Keras-Group-Normalization
Keras-Group-Normalization copied to clipboard
A Keras implementation of https://arxiv.org/abs/1803.08494
Results
2
Keras-Group-Normalization issues
Sort by
recently updated
recently updated
newest added
Hi, @titu1994. Thanks for your hard work. I have one question after reading your code. When use tf as backend and set axis=-1 and if the input shape is [n,...
Updated the import statements in group_norm.py to ensure compatibility with the latest versions of TensorFlow/Keras. Adjusted the references to get_custom_objects, Layer, and InputSpec to reflect their new locations in recent...