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
Since the size of images in CIFAR dataset is `32x32`, popular network structures for ImageNet need some modifications to adapt this input size. The modified models is located in the subfolder `models`:
30
29
-[x][AlexNet](https://arxiv.org/abs/1404.5997)
31
30
-[x][VGG](https://arxiv.org/abs/1409.1556) (Imported from [pytorch-cifar](https://github.com/kuangliu/pytorch-cifar))
32
-
-[][ResNet](https://arxiv.org/abs/1512.03385)
31
+
-[x][ResNet](https://arxiv.org/abs/1512.03385)
33
32
-[x][ResNeXt](https://arxiv.org/abs/1611.05431) (Imported from [ResNeXt.pytorch](https://github.com/prlz77/ResNeXt.pytorch))
34
33
-[x][Wide Residual Networks](http://arxiv.org/abs/1605.07146) (Imported from [WideResNet-pytorch](https://github.com/xternalz/WideResNet-pytorch))
35
34
-[ ][DenseNet](https://arxiv.org/abs/1608.06993)
36
35
37
36
## Training recipes
38
37
Please see the [Training recipes](TRAINING.md) for how to train the models.
0 commit comments