Evo Norm layers in TensorFlow 2
Sayak Paul
Kolkata, West Bengal
- 0 Collaborators
Presents implementations of EvoNormB0 and EvoNormS0 layers as proposed in Evolving Normalization-Activation Layers by Liu et al. The authors showed the results with these layers tested on MobileNetV2, ResNets, MnasNet, and EfficientNets. However, I tried a Mini Inception architecture. ...learn more
Project status: Under Development
Intel Technologies
Intel Python
Overview / Usage
Presents implementations of EvoNormB0
and EvoNormS0
layers as proposed in Evolving Normalization-Activation Layers by Liu et al. The authors showed the results with these layers tested on MobileNetV2, ResNets, MnasNet, and EfficientNets. However, I tried a Mini Inception architecture as shown in this blog post with the CIFAR10 dataset.
Methodology / Approach
Instead of trying it out on MobileNetV2, ResNet, or EfficientNet I tried it on a *Mini Inception* architecture with CIFAR10 as the dataset. Additionally, I ran a mini hyperparameter search on the groups
hyperparameter of the EvoNormS0
layer.
Technologies Used
- TensorFlow