tff.learning.templates.build_model_delta_client_work
Creates a ClientWorkProcess
for federated averaging.
tff.learning.templates.build_model_delta_client_work(
model_fn: Callable[[], tff.learning.models.VariableModel
],
optimizer: tff.learning.optimizers.Optimizer
,
client_weighting: tff.learning.ClientWeighting
,
metrics_aggregator: Optional[tff.learning.metrics.MetricsAggregatorType
] = None,
*,
loop_implementation: tff.learning.LoopImplementation
= tff.learning.LoopImplementation.DATASET_REDUCE
) -> tff.learning.templates.ClientWorkProcess
Returns |
A ClientWorkProcess .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-20 UTC.