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
801c522d
Commit
801c522d
authored
Mar 08, 2020
by
Zongwei Zhou
Committed by
A. Unique TensorFlower
Mar 08, 2020
Browse files
Correct Resnet CTL data dir
PiperOrigin-RevId: 299764679
parent
1212599e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
official/benchmark/resnet_ctl_imagenet_benchmark.py
official/benchmark/resnet_ctl_imagenet_benchmark.py
+1
-2
No files found.
official/benchmark/resnet_ctl_imagenet_benchmark.py
View file @
801c522d
...
@@ -392,8 +392,7 @@ class Resnet50CtlBenchmarkReal(Resnet50CtlBenchmarkBase):
...
@@ -392,8 +392,7 @@ class Resnet50CtlBenchmarkReal(Resnet50CtlBenchmarkBase):
def
__init__
(
self
,
output_dir
=
None
,
root_data_dir
=
None
,
**
kwargs
):
def
__init__
(
self
,
output_dir
=
None
,
root_data_dir
=
None
,
**
kwargs
):
def_flags
=
{}
def_flags
=
{}
def_flags
[
'skip_eval'
]
=
True
def_flags
[
'skip_eval'
]
=
True
def_flags
[
'data_dir'
]
=
(
'/readahead/200M/placer/prod/home/distbelief/'
def_flags
[
'data_dir'
]
=
os
.
path
.
join
(
root_data_dir
,
'imagenet'
)
'imagenet-tensorflow/imagenet-2012-tfrecord'
)
def_flags
[
'train_steps'
]
=
110
def_flags
[
'train_steps'
]
=
110
def_flags
[
'steps_per_loop'
]
=
20
def_flags
[
'steps_per_loop'
]
=
20
def_flags
[
'log_steps'
]
=
10
def_flags
[
'log_steps'
]
=
10
...
...
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