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

Type of squeezenet_v1.0.caffemodel is PCX image (image/x-pcx)? #5

Closed
saustar opened this issue Mar 22, 2016 · 3 comments
Closed

Type of squeezenet_v1.0.caffemodel is PCX image (image/x-pcx)? #5

saustar opened this issue Mar 22, 2016 · 3 comments

Comments

@saustar
Copy link

saustar commented Mar 22, 2016

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??

@forresti
Copy link
Owner

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.

@saustar
Copy link
Author

saustar commented Mar 23, 2016

Yes Caffe is able to load the model. But I am trying to convert it into
mxnet model. mxnet is not able to parse it. But its able to parse other
Caffe model . Only difference i can see is file type.
On Mar 23, 2016 22:04, "Forrest Iandola" notifications@github.com wrote:

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.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#5 (comment)

@forresti
Copy link
Owner

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.

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

2 participants