Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
e5cae330
Commit
e5cae330
authored
Nov 09, 2016
by
Chris Shallue
Committed by
GitHub
Nov 09, 2016
Browse files
Merge pull request #625 from legel/master
val_captions_file -> captions_val2014.json
parents
25f0b6bd
a109f461
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
im2txt/im2txt/data/build_mscoco_data.py
im2txt/im2txt/data/build_mscoco_data.py
+1
-1
No files found.
im2txt/im2txt/data/build_mscoco_data.py
View file @
e5cae330
...
@@ -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_
train
2014.json"
,
tf
.
flags
.
DEFINE_string
(
"val_captions_file"
,
"/tmp/captions_
val
2014.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."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment