tff.learning.reconstruction.ClientOutput

Stay organized with collections Save and categorize content based on your preferences.

Structure for outputs returned from clients during training.

weights_delta A dictionary of updates to the model's global trainable variables.
client_weight Weight to be used in a weighted mean when aggregating weights_delta.
model_output A structure reflecting the losses and metrics produced during training on the input dataset.