TensorFlow Federated 0.53.0
Pre-release
Pre-release
Release 0.53.0
Major Features and Improvements
- Updated TF version to 2.12.0.
- Relaxed runtime type checks on
tff.learning.templates.LearningProcessto allow non-sequence CLIENTS arguments. tff.simulation.compose_dataset_computation_with_learning_processnow returns atff.learning.templates.LearningProcess.- Updated the
tff.program.FederatedDataSourceIterators so that they can be serialized.
Breaking Changes
- Deleted the
forward_passattribute from theFunctionalModelinterface. - Removed
from_keras_model,MetricsFinalizersType,BatchOutput,Model, andModelWeightssymbols from thetff.learningpackage. Users should instead use thetff.learning.modelspackage for these symbols. - Removed deprecated
tff.learning.federated_aggregate_keras_metricfunction. - Removed implicit attribute forwarding on
tff.simulation.compose_dataset_computation_with_learning_process. - Removed deprecated
tff.framework.remote_executor_factory_from_stubs. - Removed deprecated
tff.backends.xlaAPIs. - Renamed the
tff.backends.testAPIs to:tff.backends.test.(create|set)_(sync|async)_test_cpp_execution_context.