Merge SyncBatchNormalization into BatchNormalization with parameter synchronized

PiperOrigin-RevId: 484365355
This commit is contained in:
A. Unique TensorFlower 2022-10-27 15:29:39 -07:00 committed by TensorFlower Gardener
parent 7e5386f9e8
commit 36952899bd

View File

@ -1,9 +1,12 @@
# Release 2.12.0
<INSERT SMALL BLURB ABOUT RELEASE FOCUS AREA AND POTENTIAL TOOLCHAIN CHANGES>
* `tf.keras`:
* Added `jit_compile` as a settable property to `tf.keras.Model`.
* Added `synchronized` optional parameter to `layers.BatchNormalization`.
* Added deprecation warning to
`layers.experimental.SyncBatchNormalization` and suggested to use
`layers.BatchNormalization` with `synchronized=True` instead.
# Breaking Changes