HRank
HRank copied to clipboard
Download ResNet-50 on ImageNet
I'd like to use your code (rank_generation.py and main.py) for pruning with ResNet-50 on ImageNet.
However, it doesn't work and I've got an error
File "", line 1, in
Is the pth file (resnet50-19c8e357.pth) that we can download in the link correct one?
Many thanks.
Best regards, Seul-Ki
Thanks for your interest.
I have just checked it on my server and everything goes smooth.
So, please check the environment of your workstation, or have your correctly downloaded the entire .pth file?
Maybe you can also try to rename the .pth to see if it works.
If it remains problematic, you can try the code using this link: https://github.com/lmbxmu/HRankPlus
Good luck!
Thank you, Imbxmu.
Let me try it out again.
Many thanks.