mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 00:19:58 +01:00
Merge SyncBatchNormalization into BatchNormalization with parameter synchronized
PiperOrigin-RevId: 484365355
This commit is contained in:
parent
7e5386f9e8
commit
36952899bd
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user