Commit a109f461 authored by Lance Legel's avatar Lance Legel
Browse files

val_captions_file -> captions_val2014.json

parent 25f0b6bd
...@@ -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