tensorflow / similarity

TensorFlow Similarity is a python package focused on making similarity learning quick and easy.
Apache License 2.0
1.01k stars 104 forks source link

Migrate TFA usage to core keras #294

Open LukeWood opened 2 years ago

LukeWood commented 2 years ago

SyncBatchNormalization is now a core Keras API;

We can reference: keras.layers.experimental.SyncBatchNormalization

https://source.corp.google.com/piper///depot/google3/third_party/py/keras/layers/normalization/batch_normalization.py;l=1089