Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is the ImageNet pretrained classification models? #1

Closed
yzou2 opened this issue Nov 9, 2017 · 4 comments
Closed

Where is the ImageNet pretrained classification models? #1

yzou2 opened this issue Nov 9, 2017 · 4 comments

Comments

@yzou2
Copy link

yzou2 commented Nov 9, 2017

In the link to the models (https://drive.google.com/drive/folders/0B72xLTlRb0SoREhISlhibFZTRmM), I can only find the segmentation pretrained models. Would you please tell me where can I find the classification model pretrained on ImageNet?

@wpqmanu
Copy link
Contributor

wpqmanu commented Nov 9, 2017

You could use any publicly available pretrained ResNet model using MXNet, such as the ones here. You can refer to our symbol to match the name of the layers. Or to get a quicker start, you could use the pretrained DeepLab V2 caffe model and convert it to the MXNet format.

@shipengai
Copy link

Hi, I didn't install caffe . For quickly to train, can anyone share the pretrained Resnet model that converted from deeplab v2 caffe model?@yzou2@wpqmanu Thanks.
One more question.How to match the name of layers of your symbol?
Thanks.

@shipengai
Copy link

Hi , I found init.params. Is it the pretrained Resnet model that converted from deeplab v2 caffe model? @wpqmanu

@wpqmanu
Copy link
Contributor

wpqmanu commented Feb 27, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants