You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inclusion of pretrained SE-ResNet and SE-ResNeXt models in torchvision.
Motivation
SE-ResNet and SE-ResNeXt outperform ResNet and ResNeXt respectively and have been released around 2 years ago already.
Pitch
Implementing SE blocks and creating ResNet and ResNeXt models that include them, which will be called SE-ResNet and SE-ResNeXt and will be available as a part of torchvision.models. The SE paper has been published in CVPR 2018.
Alternatives
Additional context
The text was updated successfully, but these errors were encountered:
🚀 Feature
Inclusion of pretrained SE-ResNet and SE-ResNeXt models in torchvision.
Motivation
SE-ResNet and SE-ResNeXt outperform ResNet and ResNeXt respectively and have been released around 2 years ago already.
Pitch
Implementing SE blocks and creating ResNet and ResNeXt models that include them, which will be called SE-ResNet and SE-ResNeXt and will be available as a part of
torchvision.models
. The SE paper has been published in CVPR 2018.Alternatives
Additional context
The text was updated successfully, but these errors were encountered: