TensorFlow Federated 0.39.0
Pre-release
Pre-release
Release 0.39.0
Major Features and Improvements
- Added
tff.learning.models.FunctionModelsupport to all methods in
tff.learning.algorithms. - Added support for
tf.data.DataSpectotff.types.infer_unplaced_type. - Use a
tensorflow::ThreadPoolfor parallelism inside the C++
TensorFlowExecutor. - Introduced a new
tff.experimental_tf_fn_computationtracing decorator that
usesFunctionDefinstead ofGraphDeftracing, providingtf.function
auto-control-dependencies. - Renamed
number_of_clientstonum_clientsin the federated program API. - Replaced the following API with composers API in
tff.learning.templates.tff.learning.framework.build_model_delta_optimizer_processtff.learning.framework.ClientDeltaFn
Bug Fixes
- Fixed a bug in the “Client-efficient large-model federated learning”
tutorial to use the correct dense shape.