akamaster / pytorch_resnet_cifar10

Proper implementation of ResNet-s for CIFAR10/100 in pytorch that matches description of the original paper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is resnet56 getting overfit to achieve 93% accuracy? Could you please provide accuracy and loss graph for resnet56?

tomshalini opened this issue · comments

When I trained resnet 56 on cifar10 and plotted the graphs. It's getting overfit as shown below.

image

I have about the same plots. The phenomenon you are observing is common in deep nets, which actually is a topic of interest. See for example https://openreview.net/pdf?id=Sy8gdB9xx