You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pytorch-image-models/docs/models/.templates/models/seresnext.md

145 lines
3.6 KiB

# SE ResNeXt
**SE ResNeXt** is a variant of a [ResNext](https://www.paperswithcode.com/method/resneXt) that employs [squeeze-and-excitation blocks](https://paperswithcode.com/method/squeeze-and-excitation-block) to enable the network to perform dynamic channel-wise feature recalibration.
{% include 'code_snippets.md' %}
## How do I train this model?
You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh.
## Citation
```BibTeX
@misc{hu2019squeezeandexcitation,
title={Squeeze-and-Excitation Networks},
author={Jie Hu and Li Shen and Samuel Albanie and Gang Sun and Enhua Wu},
year={2019},
eprint={1709.01507},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
```
<!--
Models:
- Name: seresnext26d_32x4d
Metadata:
FLOPs: 3507053024
Epochs: 100
Batch Size: 1024
Training Data:
- ImageNet
Training Techniques:
- Label Smoothing
- SGD with Momentum
- Weight Decay
Training Resources: 8x NVIDIA Titan X GPUs
Architecture:
- 1x1 Convolution
- Batch Normalization
- Convolution
- Global Average Pooling
- Grouped Convolution
- Max Pooling
- ReLU
- ResNeXt Block
- Residual Connection
- Softmax
- Squeeze-and-Excitation Block
File Size: 67425193
Tasks:
- Image Classification
ID: seresnext26d_32x4d
LR: 0.6
Layers: 26
Dropout: 0.2
Crop Pct: '0.875'
Momentum: 0.9
Image Size: '224'
Interpolation: bicubic
Code: https://github.com/rwightman/pytorch-image-models/blob/a7f95818e44b281137503bcf4b3e3e94d8ffa52f/timm/models/resnet.py#L1234
In Collection: SEResNeXt
- Name: seresnext26t_32x4d
Metadata:
FLOPs: 3466436448
Epochs: 100
Batch Size: 1024
Training Data:
- ImageNet
Training Techniques:
- Label Smoothing
- SGD with Momentum
- Weight Decay
Training Resources: 8x NVIDIA Titan X GPUs
Architecture:
- 1x1 Convolution
- Batch Normalization
- Convolution
- Global Average Pooling
- Grouped Convolution
- Max Pooling
- ReLU
- ResNeXt Block
- Residual Connection
- Softmax
- Squeeze-and-Excitation Block
File Size: 67414838
Tasks:
- Image Classification
ID: seresnext26t_32x4d
LR: 0.6
Layers: 26
Dropout: 0.2
Crop Pct: '0.875'
Momentum: 0.9
Image Size: '224'
Interpolation: bicubic
Code: https://github.com/rwightman/pytorch-image-models/blob/a7f95818e44b281137503bcf4b3e3e94d8ffa52f/timm/models/resnet.py#L1246
In Collection: SEResNeXt
- Name: seresnext50_32x4d
Metadata:
FLOPs: 5475179184
Epochs: 100
Batch Size: 1024
Training Data:
- ImageNet
Training Techniques:
- Label Smoothing
- SGD with Momentum
- Weight Decay
Training Resources: 8x NVIDIA Titan X GPUs
Architecture:
- 1x1 Convolution
- Batch Normalization
- Convolution
- Global Average Pooling
- Grouped Convolution
- Max Pooling
- ReLU
- ResNeXt Block
- Residual Connection
- Softmax
- Squeeze-and-Excitation Block
File Size: 110569859
Tasks:
- Image Classification
ID: seresnext50_32x4d
LR: 0.6
Layers: 50
Dropout: 0.2
Crop Pct: '0.875'
Momentum: 0.9
Image Size: '224'
Interpolation: bicubic
Code: https://github.com/rwightman/pytorch-image-models/blob/a7f95818e44b281137503bcf4b3e3e94d8ffa52f/timm/models/resnet.py#L1267
In Collection: SEResNeXt
Collections:
- Name: SEResNeXt
Paper:
title: Squeeze-and-Excitation Networks
3 years ago
url: https://paperswithcode.com//paper/squeeze-and-excitation-networks
type: model-index
Type: model-index
-->