-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
500: Internal server error , expect blob.data.ndim == 4 #12
Comments
To clarify, you are looking at a trained model, choosing a model snapshot with epoch=x, giving either an image URL or selecting one locally, and clicking on "Test one image," right? And then you get this error? That's strange, that shouldn't happen. I see in #10 that you may have some conflicting version of caffe on your system. Is it possible that you're linking against a different version of caffe than NVIDIA's fork? This commit is the biggest difference between NVIDIA/caffe and BVLC/caffe at the moment, and it looks like it may be related to the error that you're seeing. |
Iam running stock caffe in the server ... Thanks for the commit pointer... I will dig more and respond back Sent from my iPhone
|
Well then that's probably your problem right there. As laid out in the README, you need to use the NVIDIA/caffe fork. |
@jmozah I had the same issue. |
500 ParseError 2:1 : Message type "caffe.NetParameter" has no field named "layer". this error is also caffe version ; caffe version should nvidia/caffe fork. |
Hi
When testing a trained model (stock AlexNet) using a single image... i get "500: internal server error", Assertion failed: expect blob.data.ndim == 4.
The text was updated successfully, but these errors were encountered: