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
d93d1211
Unverified
Commit
d93d1211
authored
Jun 04, 2018
by
Qianli Scott Zhu
Committed by
GitHub
Jun 04, 2018
Browse files
Update the dataset name for synthetic data. (#4443)
This will help us differentiate between dataset.
parent
12e977e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
official/resnet/resnet_run_loop.py
official/resnet/resnet_run_loop.py
+2
-0
No files found.
official/resnet/resnet_run_loop.py
View file @
d93d1211
...
...
@@ -395,6 +395,8 @@ def resnet_main(
'synthetic_data'
:
flags_obj
.
use_synthetic_data
,
'train_epochs'
:
flags_obj
.
train_epochs
,
}
if
flags_obj
.
use_synthetic_data
:
dataset_name
=
dataset_name
+
"-synthetic"
benchmark_logger
=
logger
.
get_benchmark_logger
()
benchmark_logger
.
log_run_info
(
'resnet'
,
dataset_name
,
run_params
,
...
...
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