TensorFlow Federated 0.55.0
Pre-release
Pre-release
Release 0.55.0
Major Features and Improvements
- Removed
nest_asynciodependency from tutorials. - Added a new
aggregatorrtff.aggregators.DifferentiallyPrivateFactory.tree_adaptivefor
combining DP-FTRL (https://arxiv.org/abs/2103.00039) and adaptive clipping
(https://arxiv.org/abs/1905.03871). - Updated
tff.learning.programs.EvaluationManagerto set the evaluation
deadline from the start time.
Breaking Changes
- Python runtime deleted; C++ runtime covers all known use-cases.
Bug Fixes
- Fixed a bug attempting to push
tf.data.Datasetiterator ops onto GPUs.