TensorFlow Federated 0.66.0
Pre-release
Pre-release
Release 0.66.0
Breaking Changes
- Removed the capability to pass a
tf.TensorShapeas the shape of a
tff.TensorType.
Bug Fixes
- Correctly materialize
SERVERplaced values out of the C++ execution stack
when using StreamingRemoteExecutor instead of returning an error about
placement not found.