pytorch-cifar100
pytorch-cifar100 copied to clipboard
vgg.py
nn.Linear(512, 4096)
nn.Linear(512 * 7 * 7, 4096)
Could this be due to CIFAR100, not ImgNet?