TensorFlow Federated 0.76.0
Pre-release
Pre-release
Release 0.76.0
Major Features and Improvements
- Added a
Literal
to the TFF language, part 2. This change updates the
tracing and execution portions of TFF to begin using theLiteral
. - Added an implementation of the Adafactor optimizer to
tff.learning.optimizers.build_adafactor
- Added a new field,
content
, to theData
proto.
Breaking Changes
- Removed the
check_foo()
methods on building blocks. - Removed
tff.data
, this symbol is not used.
Bug Fixes
- Fix a bug where the pip package default executor stack cannot execute
computations that haveLambda
s undersequence_*
intrinsics.