tensorflow / similarity

TensorFlow Similarity is a python package focused on making similarity learning quick and easy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate TFA usage to core keras

LukeWood opened this issue · comments

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