TensorFlow Federated 0.10.0
Pre-release
Pre-release
Release 0.10.0
Major Features and Improvements
- Add a
federated_sampleaggregation that is used to collect a sample of
client values on the server using reservoir sampling. - Updated to use
tensorflow2.0.0andtensorflow-addons0.6.0instead
of the coorisponding nightly package in thesetup.pyfor releasing TFF
Python packages. - Updated to use
tensorflow-privacy0.2.0. - Added support for
attr.sclasses type annotations. - Updated streaming
Executemethod ontff.framework.ExecutorServiceto be
asynchronous. - PY2 and PY3 compatability.