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

Loss output #2

Closed kobybibas closed 5 years ago

kobybibas commented 6 years ago

Hi, can you also report the loss you got on the trained model? Thanks a lot

akamaster commented 6 years ago

I'll try to add it tonight, but cant guarantee. Anyway, you can always load pretrained model calculate loss on dataset if in a rush.

Ontheroad123 commented 5 years ago

could please tell me the 'pretrained' is only weight or include the structure of model?