https://github.com/narumiruna/groupnormalization-pytorch
WIP
https://github.com/narumiruna/groupnormalization-pytorch
group-normalization pytorch
Last synced: 13 days ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/narumiruna/groupnormalization-pytorch
- Owner: narumiruna
- Created: 2018-03-23T15:55:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T03:08:46.000Z (about 8 years ago)
- Last Synced: 2025-10-04T04:56:29.305Z (8 months ago)
- Topics: group-normalization, pytorch
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Group Normalization
PyTorch implementation of [Group Normalization](https://arxiv.org/abs/1803.08494).

## References
- [Group Normalization](https://arxiv.org/abs/1803.08494)