-
Notifications
You must be signed in to change notification settings - Fork 118
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
Comments
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. |
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. |
Hi , I found init.params. Is it the pretrained Resnet model that converted from deeplab v2 caffe model? @wpqmanu |
Yes
…On Feb 26, 2018 19:18, "shipeng" ***@***.***> wrote:
Hi , I found init.params. Is it the pretrained Resnet model that converted
from deeplab v2 caffe model? @wpqmanu <https://github.com/wpqmanu>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACXJi6NWAjZ9SPAsElkKU4jJfds0hT7kks5tY3QYgaJpZM4QXYaW>
.
|
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?
The text was updated successfully, but these errors were encountered: