pytorch-cifar icon indicating copy to clipboard operation
pytorch-cifar copied to clipboard

Some of the Results dont match with the Paper

Open farshidrayhan opened this issue 6 years ago • 2 comments

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 ?

farshidrayhan avatar Aug 15 '18 21:08 farshidrayhan

Same question here !! Also similar problem with ResNet as well !

farshidrayhan avatar Aug 28 '18 11:08 farshidrayhan

It's since the resnet implementation here does not correspond to actual in the paper. Take a look at this repo.

akamaster avatar Jan 31 '19 02:01 akamaster