Commit d9629b16 authored by Your Name's avatar Your Name

bug fix

parent 6afe803f
......@@ -143,7 +143,7 @@ def input_fn(filenames, batch_size=32, num_epochs=1, perform_shuffle=False):
def main():
# dt_dir = (date.today() + timedelta(-1)).strftime('%Y%m%d')
model_dir = "hdfs:///172.16.32.4:8020/strategy/esmm/model_ckpt/DeepCvrMTL/"
model_dir = "hdfs://172.16.32.4:8020/strategy/esmm/model_ckpt/DeepCvrMTL/"
te_files = ["hdfs://172.16.32.4:8020/strategy/esmm/nearby/part-r-00000"]
model_params = {
"field_size": 15,
......
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