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

Loss output

kobybibas opened this issue · comments

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

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.

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