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

pretrained models

BAIDU-USA-GAIT-LEOPARD opened this issue · comments

Thanks for your code and pretrained models.
But it seems that your pretrained models are not fully saved. When load your pretrained model, we found that the shortcut was not saved in the model. So could you please update your pretrained model?

Thanks a lot.

or this version implementation is still based on the original paper of resnet, i.e., choice A in the resenet.py?

Pretrained models are of configuration "A". I haven't trained the "B" version, but you can do it on your own.