tff.learning.programs.ProgramState  |  TensorFlow Federated (original) (raw)

tff.learning.programs.ProgramState

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

A structure representing the program state.

tff.learning.programs.ProgramState(
    state, round_number, next_evaluation_timestamp_seconds, data_iterator
)
Attributes
state The state of the training process.
round_number The current round number.
next_evaluation_timestamp_seconds The timestamp of the next evaluation in seconds.
data_iterator The tff.program.FederatedDataSourceIterator used for training.

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.