weiaicunzai / pytorch-cifar100

Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,ShuffleNet, ShuffleNetv2, MobileNet, MobileNetv2, SqueezeNet, NasNet, Residual Attention Network, SENet, WideResNet)
4.22k stars 1.17k forks source link

vgg.py #50

Open YX1Q2W3E4R5T6Y opened 3 years ago

YX1Q2W3E4R5T6Y commented 3 years ago

nn.Linear(512, 4096)
nn.Linear(512 7 7, 4096)

MohamedA95 commented 3 years ago

Could this be due to CIFAR100, not ImgNet?