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/inception-resnet-v2.md

66 lines
1.9 KiB

# Inception Resnet v2
**Inception-ResNet-v2** is a convolutional neural architecture that builds on the Inception family of architectures but incorporates [residual connections](https://paperswithcode.com/method/residual-connection) (replacing the filter concatenation stage of the Inception architecture).
{% 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{szegedy2016inceptionv4,
title={Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning},
author={Christian Szegedy and Sergey Ioffe and Vincent Vanhoucke and Alex Alemi},
year={2016},
eprint={1602.07261},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
```
<!--
Models:
- Name: inception_resnet_v2
Metadata:
FLOPs: 16959133120
Training Data:
- ImageNet
Training Techniques:
- Label Smoothing
- RMSProp
- Weight Decay
Training Resources: 20x NVIDIA Kepler GPUs
Architecture:
- Average Pooling
- Dropout
- Inception-ResNet-v2 Reduction-B
- Inception-ResNet-v2-A
- Inception-ResNet-v2-B
- Inception-ResNet-v2-C
- Reduction-A
- Softmax
File Size: 223774238
Tasks:
- Image Classification
ID: inception_resnet_v2
LR: 0.045
Dropout: 0.2
Crop Pct: '0.897'
Momentum: 0.9
Image Size: '299'
Interpolation: bicubic
Code: https://github.com/rwightman/pytorch-image-models/blob/d8e69206be253892b2956341fea09fdebfaae4e3/timm/models/inception_resnet_v2.py#L343
In Collection: Inception ResNet v2
Collections:
- Name: Inception ResNet v2
Paper:
title: Inception-v4, Inception-ResNet and the Impact of Residual Connections on
Learning
3 years ago
url: https://paperswithcode.com//paper/inception-v4-inception-resnet-and-the-impact
type: model-index
Type: model-index
-->