nv-tlabs / GSCNN

Gated-Shape CNN for Semantic Segmentation (ICCV 2019)
https://nv-tlabs.github.io/GSCNN/
Other
915 stars 200 forks source link

How to load wide resnet pretrained model from IMGNET #41

Closed GitHubLiaoYong closed 4 years ago

GitHubLiaoYong commented 4 years ago

Thank for your great work and share your code,but i have same question,i can't finde the code load wide resnet pretraned model from ImageNet.Can anyone help?thank you.

GitHubLiaoYong commented 4 years ago

I think we should write this code by ourself

tovacinni commented 4 years ago

Thanks for your interest in our work!

You can import any pretrained weights using the args we supply, but we don't necessarily officially support the code to automatically use weights where possible for diff output dimension sizes.