TensorFlow Federated 0.46.0
Pre-release
Pre-release
Release 0.46.0
Major Features and Improvements
- Added parameter and implementation for C++ remote executor to stream the
values in a structure across the gRPC interface. - Added
tff.backends.native.desugar_and_transform_to_nativeto the public
API. - Replaced
GroupNormimplementation with implementation from Keras. - Added
tff.simulations.datasets.flairAPIs for the FLAIR dataset.
Breaking Changes
- Removed file extension for
model_output_managerused in
tff.learning.programs
Bug Fixes
- Enabled and fixed python type annotations in some modules.
- Changed
tff.learning.algorithms.build_weighted_fed_proxparameter
validation to allowproximal_strength = 0.0, matching the pydoc.