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
Could you add hash tag in your checkpoint name? #7
Closed
Gasoonjia closed 5 years ago
Thank you for your great work! However, the checkpoint file can't be achieved by model_zoo.load_url provided by pytorch due to the illegal file name. Here's the detail: https://pytorch.org/docs/stable/model_zoo.html?highlight=load_url#torch.utils.model_zoo.load_url Would you please change your checkpoint name so that we can get it via model_zoo.load_url?