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
5c5424cf
Commit
5c5424cf
authored
Dec 06, 2021
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 414542003
parent
ca67e4ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
official/legacy/image_classification/resnet/resnet_runnable.py
...ial/legacy/image_classification/resnet/resnet_runnable.py
+2
-1
No files found.
official/legacy/image_classification/resnet/resnet_runnable.py
View file @
5c5424cf
...
@@ -99,7 +99,8 @@ class ResnetRunnable(orbit.StandardTrainer, orbit.StandardEvaluator):
...
@@ -99,7 +99,8 @@ class ResnetRunnable(orbit.StandardTrainer, orbit.StandardEvaluator):
datasets_num_private_threads
=
self
.
flags_obj
datasets_num_private_threads
=
self
.
flags_obj
.
datasets_num_private_threads
,
.
datasets_num_private_threads
,
dtype
=
self
.
dtype
,
dtype
=
self
.
dtype
,
drop_remainder
=
True
)
drop_remainder
=
True
,
training_dataset_cache
=
self
.
flags_obj
.
training_dataset_cache
)
orbit
.
StandardTrainer
.
__init__
(
orbit
.
StandardTrainer
.
__init__
(
self
,
self
,
train_dataset
,
train_dataset
,
...
...
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