inplace_abn
inplace_abn copied to clipboard
Group Normalization
Hi, Is it possible to add support for Group Normalization (normalization over groups instead of batches)? https://arxiv.org/abs/1803.08494 torch.nn.GroupNorm
This is not a trivial task, unfortunately. It has been on our radar for a while, but we can't promise anything for now.