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
766e019a
"vscode:/vscode.git/clone" did not exist on "93709d0363fbb714065609ea56ff99a42c85206e"
Commit
766e019a
authored
Mar 10, 2021
by
A. Unique TensorFlower
Browse files
just fix a typo in comments.
PiperOrigin-RevId: 362151859
parent
0edeb7f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
orbit/utils/tpu_summaries.py
orbit/utils/tpu_summaries.py
+1
-1
No files found.
orbit/utils/tpu_summaries.py
View file @
766e019a
...
@@ -64,7 +64,7 @@ class OptionalSummariesFunction:
...
@@ -64,7 +64,7 @@ class OptionalSummariesFunction:
return TrainFunctionWithSummaries(function, **kwargs)
return TrainFunctionWithSummaries(function, **kwargs)
return functools.partial(TrainFunctionWithSummaries, **kwargs)
return functools.partial(TrainFunctionWithSummaries, **kwargs)
The d
ir
ector can be applied directly to `train()` methods:
The dec
ora
tor can be applied directly to `train()` methods:
@train_function_with_summaries
@train_function_with_summaries
def train(self, num_steps):
def train(self, num_steps):
...
...
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