Commit 8e25991a authored by 张彦钊's avatar 张彦钊

change test fliw

parent 120930d2
...@@ -300,10 +300,9 @@ def main(_): ...@@ -300,10 +300,9 @@ def main(_):
FLAGS.model_dir = FLAGS.model_dir + FLAGS.dt_dir FLAGS.model_dir = FLAGS.model_dir + FLAGS.dt_dir
#FLAGS.data_dir = FLAGS.data_dir + FLAGS.dt_dir #FLAGS.data_dir = FLAGS.data_dir + FLAGS.dt_dir
tr_files = get_filename("/strategy/esmm/tr") tr_files = ["hdfs://172.16.32.4:8020/strategy/esmm/tr/part-r-00000"]
va_files = get_filename("/strategy/esmm/va") va_files = ["hdfs://172.16.32.4:8020/strategy/esmm/va/part-r-00000"]
te_files = get_filename(FLAGS.hdfs_dir) te_files = ["%s/part-r-00000" % FLAGS.hdfs_dir]
# te_files = ["%s/part-r-00000" % FLAGS.hdfs_dir]
if FLAGS.clear_existing_model: if FLAGS.clear_existing_model:
try: try:
......
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