"vscode:/vscode.git/clone" did not exist on "80b99adbff4ba99c11c3a39331f71323be9ddccf"
Commit 3327c829 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

just fix a typo in comments.

PiperOrigin-RevId: 362151859
parent 5b952c08
......@@ -64,7 +64,7 @@ class OptionalSummariesFunction:
return TrainFunctionWithSummaries(function, **kwargs)
return functools.partial(TrainFunctionWithSummaries, **kwargs)
The director can be applied directly to `train()` methods:
The decorator can be applied directly to `train()` methods:
@train_function_with_summaries
def train(self, num_steps):
......
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