User Portlet User Portlet

Discussions
GroupNormalization is as important as LayerNormalization and BatchNormalization. The current `NormalizationLayer` doesn't have an option for normalizing across groups of channels. It can be implemented by a sequence of reshaping and normalization...