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
5775220a
Unverified
Commit
5775220a
authored
Mar 28, 2019
by
Shining Sun
Committed by
GitHub
Mar 28, 2019
Browse files
fix a typo in doc string (#6475)
parent
76300c26
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/utils/misc/keras_utils.py
official/utils/misc/keras_utils.py
+1
-1
No files found.
official/utils/misc/keras_utils.py
View file @
5775220a
...
@@ -37,7 +37,7 @@ class TimeHistory(tf.keras.callbacks.Callback):
...
@@ -37,7 +37,7 @@ class TimeHistory(tf.keras.callbacks.Callback):
def
__init__
(
self
,
batch_size
,
log_steps
):
def
__init__
(
self
,
batch_size
,
log_steps
):
"""Callback for logging performance (# examples/second).
"""Callback for logging performance (# examples/second).
k
Args:
Args:
batch_size: Total batch size.
batch_size: Total batch size.
log_steps: Interval of time history logs.
log_steps: Interval of time history logs.
...
...
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