Skip to content

TensorFlow Federated 0.66.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@nicolemitchell nicolemitchell released this 30 Nov 15:46

Release 0.66.0

Breaking Changes

  • Removed the capability to pass a tf.TensorShape as the shape of a
    tff.TensorType.

Bug Fixes

  • Correctly materialize SERVER placed values out of the C++ execution stack
    when using StreamingRemoteExecutor instead of returning an error about
    placement not found.