TensorFlow Federated 0.52.0
Pre-release
Pre-release
Release 0.52.0
Major Features and Improvements
- Exposed
tff.backends.mapreduce.consolidate_and_extract_local_processingas
public API. - Updated the federated program API to be able to handle
tff.Serializable
objects.
Breaking Changes
- Deprecated handling
attrsclasses as containers in thetff.programAPI. - Updated
tff.learning.algorithmsimplementations to use
tff.learning.models.FunctionalModel.lossinstead of
FunctionalModel.forward_pass.
Bug Fixes
- Avoid using
sys.stdoutandsys.stderrinsubprocess.Popenwhen
executing inside an IPython context. - Added a
SequenceExecutorto the C++ execution stack to handlesequence_*
intrinsics.