ZoeyZiyunWang

Results 1 issues of ZoeyZiyunWang

This code is not compatible with the newest version of Tensorflow (2.16.1). Therefore I Replace the line: "class FreezableSyncBatchNorm(tf.keras.layers.experimental.SyncBatchNormalization):" With: "class FreezableSyncBatchNorm(tf.keras.layers.BatchNormalization):" to make it compatible with the newest Tenserflow...

models:research