Skip to content
Snippets Groups Projects
Commit 453f62d9 authored by Zachary Garrett's avatar Zachary Garrett Committed by tensorflow-copybara
Browse files

Fix typo in pydoc to explain the returned value is an Adapter, not an IterativeProcess.

PiperOrigin-RevId: 320255379
parent da0e2330
No related branches found
No related tags found
No related merge requests found
......@@ -283,7 +283,7 @@ def build_fed_avg_process(model_fn,
the total number of examples processed on device.
Returns:
A `tff.templates.IterativeProcess`.
A `FederatedAveragingProcessAdapter`.
"""
client_lr_schedule = client_lr
......
......@@ -62,7 +62,7 @@ def from_flags(input_spec,
to the number of examples processed over all batches.
Returns:
A `tff.templates.IterativeProcess` instance.
An `IterativeProcessPythonAdapter`.
"""
# TODO(b/147808007): Assert that model_builder() returns an uncompiled keras
# model.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment