jiwoon-ahn/psa

Downloading the pretrained weights for resnet-38

IssamLaradji opened this issue · 2 comments

Thanks for the code!
How did you download the pretrained weights for ResNet-38?
When I click on the link here (Optional) Mxnet and ResNet-38 pretrained weights [ilsvrc-cls_rna-a1_cls1000_ep-0001.params], I am just taken to another github repo. without instructions on how to get the pretrained weights.
Thanks

Sorry for the instruction.
On that repository, what you need to download is [ilsvrc_model_a1] model which is trained on ImageNet-1000.
The detailed instruction can be changed as the author updates the repository. Try to take a look at section (Pre-trained models). You will easily find the download link there.

Thanks. :)