Commit e6876cb1 authored by Your Name's avatar Your Name

bug fix

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