pytorch-cifar
pytorch-cifar copied to clipboard
Some of the Results dont match with the Paper
The results on Cifar10 using densenet is 3.46% error meaning 96.54% accuracy.
Paper: https://arxiv.org/pdf/1608.06993.pdf
But here the reported accuracy is 95.04. Why is this happening ?
Same question here !! Also similar problem with ResNet as well !
It's since the resnet implementation here does not correspond to actual in the paper. Take a look at this repo.