akamaster / pytorch_resnet_cifar10

Proper implementation of ResNet-s for CIFAR10/100 in pytorch that matches description of the original paper.
BSD 2-Clause "Simplified" License
1.22k stars 335 forks source link

About learning rate #31

Closed zwh6879a closed 2 years ago

zwh6879a commented 2 years ago

Greetings, I found in your code that the starting learning rage was set to be 0.1, which is too large for the resnet to improve, and in the first 100 epochs the accuracy of the model seemed to be 10%. Is this designed on purpose?