Skip to content

Commit

Permalink
Merge pull request tensorflow#625 from legel/master
Browse files Browse the repository at this point in the history
val_captions_file -> captions_val2014.json
  • Loading branch information
cshallue authored Nov 9, 2016
2 parents 25f0b6b + a109f46 commit e5cae33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion im2txt/im2txt/data/build_mscoco_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

tf.flags.DEFINE_string("train_captions_file", "/tmp/captions_train2014.json",
"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.")

tf.flags.DEFINE_string("output_dir", "/tmp/", "Output data directory.")
Expand Down

0 comments on commit e5cae33

Please sign in to comment.