Commit 1aff7f68 authored by 张彦钊's avatar 张彦钊

change test file

parent daf7bc58
......@@ -4,6 +4,7 @@ PYTHON_PATH=/srv/envs/esmm/bin/python
MODEL_PATH=/srv/apps/ffm-baseline_git/eda/esmm/Model_pipline
LOCAL_PATH=/home/gmuser/esmm
HDFS_PATH=hdfs://172.16.32.4:8020/strategy/esmm
CLASSPATH='$(hadoop classpath --glob)
echo "rm model file"
rm -r ${LOCAL_PATH}/model_ckpt/DeepCvrMTL/20*
......
......@@ -370,8 +370,8 @@ if __name__ == "__main__":
os.system(a)
print("环境")
print(os.popen('hadoop classpath --glob').read())
# path = "hdfs://172.16.32.4:8020/strategy/esmm/"
# tf.logging.set_verbosity(tf.logging.INFO)
# tf.app.run()
# print("耗时(分钟):")
# print((time.time()-b)/60)
\ No newline at end of file
path = "hdfs://172.16.32.4:8020/strategy/esmm/"
tf.logging.set_verbosity(tf.logging.INFO)
tf.app.run()
print("耗时(分钟):")
print((time.time()-b)/60)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment