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
ccd05aca
Commit
ccd05aca
authored
Apr 05, 2021
by
Allen Wang
Committed by
A. Unique TensorFlower
Apr 05, 2021
Browse files
Disable profiling on classifier trainer.
PiperOrigin-RevId: 366883662
parent
4c514dc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
official/vision/image_classification/callbacks.py
official/vision/image_classification/callbacks.py
+2
-1
No files found.
official/vision/image_classification/callbacks.py
View file @
ccd05aca
...
...
@@ -59,7 +59,8 @@ def get_callbacks(
log_dir
=
model_dir
,
track_lr
=
track_lr
,
initial_step
=
initial_step
,
write_images
=
write_model_weights
))
write_images
=
write_model_weights
,
profile_batch
=
0
))
if
time_history
:
callbacks
.
append
(
keras_utils
.
TimeHistory
(
...
...
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