google-research / google-research/corenet
Why do you use `BatchRenorm` instead of `nn.BatchNorm3d`?
Open
- Dominant language
- Python
- Stars
- 120
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
I found that you implemented a `BatchRenorm` module in your code. I wonder that why you did't use `nn.BatchNorm3d` of pytorch directly? I hope you can explain this detail, thanks a lot!
Contributor guide
Assessment
This issue has not been assessed yet.