"tasks/git@developer.sourcefind.cn:OpenDAS/megatron-lm.git" did not exist on "8c9c145d289bbfcf2f4e784c824e2530532e0095"
Unverified Commit 5775220a authored by Shining Sun's avatar Shining Sun Committed by GitHub
Browse files

fix a typo in doc string (#6475)

parent 76300c26
...@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment