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
87eed62f
Commit
87eed62f
authored
May 24, 2021
by
Tianqi Liu
Committed by
A. Unique TensorFlower
May 24, 2021
Browse files
Internal change
PiperOrigin-RevId: 375539097
parent
11589dab
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
official/modeling/multitask/train_lib.py
official/modeling/multitask/train_lib.py
+3
-1
No files found.
official/modeling/multitask/train_lib.py
View file @
87eed62f
...
...
@@ -72,7 +72,9 @@ def run_experiment(*, distribution_strategy: tf.distribute.Strategy,
evaluator
=
evaluator_lib
.
MultiTaskEvaluator
(
task
=
task
,
model
=
model
,
global_step
=
trainer
.
global_step
if
is_training
else
None
)
global_step
=
trainer
.
global_step
if
is_training
else
None
,
checkpoint_exporter
=
train_utils
.
maybe_create_best_ckpt_exporter
(
params
,
model_dir
))
else
:
evaluator
=
None
...
...
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