Model card for resnet18.a3_in1k
A ResNet-B image classification model.
This model features:
* ReLU activations
* single layer 7x7 convolution with pooling
* 1x1 convolution shortcut downsample
Trained on ImageNet-1k in timm using recipe template described below.
Recipe details:
* ResNet Strikes Back A3 recipe
* LAMB optimizer with BCE loss
* Cosine LR schedule with warmup
Model Details
- Model Type: Image classification / feature backbone
- Model Stats:
- Params (M): 11.7
- GMACs: 0.9
- Activations (M): 1.3
- Image size: train = 160 x 160, test = 224 x 224
- Papers:
- ResNet strikes back: An improved training procedure in timm: https://arxiv.org/abs/2110.00476
- Deep Residual Learning for Image Recognition: https://arxiv.org/abs/1512.03385
- Original: https://github.com/huggingface/pytorch-image-models
Model Usage
Image Classification