Description
🚀 Feature
Add RegNet trunks in torchvision
Motivation
RegNets were proposed in this paper https://arxiv.org/pdf/2003.13678.pdf, they're showing very interesting performance and speed. They have been open sourced already, but are not usable in a straightforward way for people used to having reference models in torchvision. Another implementation is available in ClassyVision (I'm a co-author of this one), but it does not cover all use cases.
Pitch
Start from the ClassyVision RegNet support and implement RegNets in torchvision.
Alternatives
Let users use RegNets from external implementations
Additional context
This has been discussed with @pdollar, one of the RegNet authors. CC @fmassa
cc @vfdev-5