-
Notifications
You must be signed in to change notification settings - Fork 723
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
Type of squeezenet_v1.0.caffemodel is PCX image (image/x-pcx)? #5
Comments
Interesting. I assume you are talking about the *.caffemodel file? Is Caffe able to load the file? In general, an OS tries to make an educated guess about file types, but this guess isn't always helpful. |
Yes Caffe is able to load the model. But I am trying to convert it into
|
Since you say that you are able to load the pretrained SqueezeNet into Caffe, I'm going to close this issue. I think an MXNet implementation of SqueezeNet is a great idea. I don't have any experience with MXNet, so I'm afraid I don't have any debugging advice. Instead of using our pretrained weights, perhaps you could train SqueezeNet from scratch in Caffe or MXNet? We just committed an update to the solver.prototxt file which makes SqueezeNet training converge more reliably. |
Hi,
I have downloaded the provided model. But when I looked its properties, type is PCX image not binary??
How can I have a binary type??
The text was updated successfully, but these errors were encountered: