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
7708847e
Commit
7708847e
authored
Mar 10, 2020
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 300247220
parent
f7843c44
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
official/benchmark/models/resnet_cifar_main.py
official/benchmark/models/resnet_cifar_main.py
+0
-2
No files found.
official/benchmark/models/resnet_cifar_main.py
View file @
7708847e
...
...
@@ -174,7 +174,6 @@ def run(flags_obj):
is_training
=
True
,
data_dir
=
flags_obj
.
data_dir
,
batch_size
=
flags_obj
.
batch_size
,
num_epochs
=
flags_obj
.
train_epochs
,
parse_record_fn
=
cifar_preprocessing
.
parse_record
,
datasets_num_private_threads
=
flags_obj
.
datasets_num_private_threads
,
dtype
=
dtype
,
...
...
@@ -189,7 +188,6 @@ def run(flags_obj):
is_training
=
False
,
data_dir
=
flags_obj
.
data_dir
,
batch_size
=
flags_obj
.
batch_size
,
num_epochs
=
flags_obj
.
train_epochs
,
parse_record_fn
=
cifar_preprocessing
.
parse_record
)
steps_per_epoch
=
(
...
...
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