-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Open
Labels
Description
This is a master issue to track requests for adding new pre-trained models to torchvision.
Here is the (potentially incomplete) list I compiled:
- ResNext [Request] ResNet v2 and ResNext models and pretrained weights? #154 How about adding more advanced models (mobile net, DPN, etc) in vision ? #543 [Request] ResNet v2 and ResNext models and pretrained weights? #154
- ResNet / ResNext with Group Norm Pretrained Group Normalization Models #631
- mobilenet Add MobileNetV2 to torchvision #625
- Inception family Add Inception V2, Inception V4, Inception Resnet V2 in models #490 [Pretrained model request] Inception v1 pretrained model in pytorch #537
-
NasNet NASNet Model #321Implemented as MNasNet - SENet Is SENet (and new architectures) welcome to
models
? #260 - ShuffleNet
@Cadene has already implemented a number of those models in his fantastic https://github.com/Cadene/pretrained-models.pytorch . I'll start from there and try to get models trained using pytorch/examples/imagenet
, so that the models are reproducible.
Requirements
- python implementation to live in
vision/models
- pre-trained weights using the same mean / std normalization as in the imagenet example
- the script used to train the models, or the command-line arguments used if the script was exactly the one from
examples/imagenet
.
wangg12, D-X-Y and austinmwCadene, Naman-ntc, truskovskiyk, sotte and D-X-Y