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

What does the accuracy refer to ?

Open farshidrayhan opened this issue 6 years ago • 2 comments

What doesthe accuracy refer to ? Train score or test score ?

I have tested with Resnet34. The test accuracy score isnt nearly close enough to the reported one.

Can someone please clarify ?

farshidrayhan avatar Jul 23 '18 21:07 farshidrayhan

In my case, the accuracy in README.md is test accuracy.

You need to adjust learning rate (0.1, 0.01, 0.001), which is critical to improve the accuracy.

I tested resnet101 and the final test accuracy is 93.800%, train accuracy is almost 99%.

sh0416 avatar Jul 30 '18 10:07 sh0416

Thank you for clearing that up.

I just needed to clear that up. I just needed to train a bit more.

On Mon, 30 Jul 2018, 4:50 pm Seonghyeon, [email protected] wrote:

In my case, the accuracy in README.md is test accuracy.

You need to adjust learning rate (0.1, 0.01, 0.001), which is critical to improve the accuracy.

I tested resnet101 and the final test accuracy is 93.800%, train accuracy is almost 99%.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kuangliu/pytorch-cifar/issues/54#issuecomment-408823934, or mute the thread https://github.com/notifications/unsubscribe-auth/ARAS8zAZov75dN2HGDKe-QSUXqouBJT5ks5uLuTrgaJpZM4VbsiI .

farshidrayhan avatar Jul 31 '18 09:07 farshidrayhan