Commit e5cae330 authored by Chris Shallue's avatar Chris Shallue Committed by GitHub
Browse files

Merge pull request #625 from legel/master

val_captions_file -> captions_val2014.json
parents 25f0b6bd a109f461
...@@ -106,7 +106,7 @@ tf.flags.DEFINE_string("val_image_dir", "/tmp/val2014", ...@@ -106,7 +106,7 @@ tf.flags.DEFINE_string("val_image_dir", "/tmp/val2014",
tf.flags.DEFINE_string("train_captions_file", "/tmp/captions_train2014.json", tf.flags.DEFINE_string("train_captions_file", "/tmp/captions_train2014.json",
"Training captions JSON file.") "Training captions JSON file.")
tf.flags.DEFINE_string("val_captions_file", "/tmp/captions_train2014.json", tf.flags.DEFINE_string("val_captions_file", "/tmp/captions_val2014.json",
"Validation captions JSON file.") "Validation captions JSON file.")
tf.flags.DEFINE_string("output_dir", "/tmp/", "Output data directory.") tf.flags.DEFINE_string("output_dir", "/tmp/", "Output data directory.")
......
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