Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuangliu/pytorch-groupnorm
Group Normalization in PyTorch
https://github.com/kuangliu/pytorch-groupnorm
Last synced: 3 months ago
JSON representation
Group Normalization in PyTorch
- Host: GitHub
- URL: https://github.com/kuangliu/pytorch-groupnorm
- Owner: kuangliu
- Created: 2018-03-23T09:17:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T06:39:44.000Z (over 5 years ago)
- Last Synced: 2024-07-22T20:11:08.862Z (3 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 108
- Watchers: 6
- Forks: 24
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-normalization-techniques - [Python Reference
README
# Group Normalization in PyTorch
Reference:
[1] [Group Normalization](https://arxiv.org/abs/1803.08494)Result of ResNet+GN on CIFAR10 comming soon.