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
5d497296
Commit
5d497296
authored
Oct 11, 2018
by
Shawn Wang
Browse files
Use flagfile to pass flags to data async generation process: small fix.
parent
c88fcb2b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/recommendation/constants.py
official/recommendation/constants.py
+2
-2
No files found.
official/recommendation/constants.py
View file @
5d497296
...
...
@@ -64,8 +64,8 @@ DUPLICATE_MASK = "duplicate_mask"
CYCLES_TO_BUFFER
=
3
# The number of train cycles worth of data to "run ahead"
# of the main training loop.
COMMAND_
FILE_TEMP
=
"
command.json
.temp"
COMMAND_FILE
=
"command.json
"
FLAG
FILE_TEMP
=
"
flagfile
.temp"
FLAGFILE
=
"flagfile
"
READY_FILE_TEMP
=
"ready.json.temp"
READY_FILE
=
"ready.json"
TRAIN_RECORD_TEMPLATE
=
"train_{}.tfrecords"
...
...
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