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

change test file

parent daf7bc58
...@@ -4,6 +4,7 @@ PYTHON_PATH=/srv/envs/esmm/bin/python ...@@ -4,6 +4,7 @@ PYTHON_PATH=/srv/envs/esmm/bin/python
MODEL_PATH=/srv/apps/ffm-baseline_git/eda/esmm/Model_pipline MODEL_PATH=/srv/apps/ffm-baseline_git/eda/esmm/Model_pipline
LOCAL_PATH=/home/gmuser/esmm LOCAL_PATH=/home/gmuser/esmm
HDFS_PATH=hdfs://172.16.32.4:8020/strategy/esmm HDFS_PATH=hdfs://172.16.32.4:8020/strategy/esmm
CLASSPATH='$(hadoop classpath --glob)
echo "rm model file" echo "rm model file"
rm -r ${LOCAL_PATH}/model_ckpt/DeepCvrMTL/20* rm -r ${LOCAL_PATH}/model_ckpt/DeepCvrMTL/20*
......
...@@ -370,8 +370,8 @@ if __name__ == "__main__": ...@@ -370,8 +370,8 @@ if __name__ == "__main__":
os.system(a) os.system(a)
print("环境") print("环境")
print(os.popen('hadoop classpath --glob').read()) print(os.popen('hadoop classpath --glob').read())
# path = "hdfs://172.16.32.4:8020/strategy/esmm/" path = "hdfs://172.16.32.4:8020/strategy/esmm/"
# tf.logging.set_verbosity(tf.logging.INFO) tf.logging.set_verbosity(tf.logging.INFO)
# tf.app.run() tf.app.run()
# print("耗时(分钟):") print("耗时(分钟):")
# print((time.time()-b)/60) print((time.time()-b)/60)
\ No newline at end of file \ 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