group_normalization
group_normalization copied to clipboard
pytorch implementation of group normalization in https://arxiv.org/abs/1803.08494
Results
2
group_normalization issues
Sort by
recently updated
recently updated
newest added
Hi! Thanks for your great work. I built a U-net model with pytorch. During my test, when I used BN(Batch Normalization), it cost about 1.8G GPU memory. But when I...
Can you give a C++ version to use in Caffe? Thanks!