-
Notifications
You must be signed in to change notification settings - Fork 124
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
Check failed: ShapeEquals(proto) shape mismatch (reshape not set) ..? #8
Comments
Looks like caffe lost the ability to read monochrome images: Investigating the options ... |
Ok great, good to know it wasn't some error on my end. Looking forward to any potential solutions.... |
Hi Joshua, you probably solved this yourself by now. If not: Yes, the pipeline could easily be reconfigured to consume colored spectrographs. Do you have a data dump available or was that just an example image? |
Hi JoshuaBatty! I have met the same error with yours,it shows like: How did you solve it at last?Do you have any ideas?Thanks very much! |
Hey pannous, I managed to train the model over night and now trying to run the test-speech-recognition.ipynb.
For some reason i'm getting the following
F0722 12:16:15.248998 2071900928 blob.cpp:455] Check failed: ShapeEquals(proto) shape mismatch (reshape not set)
*** Check failure stack trace: ***
Have you come across this before? Or know what might be causing that error in the script?
Also I had to change the following line of code from:
net = caffe.Net(model,weights)
to:
net = caffe.Net(model,weights,caffe.TEST)
Thanks.
The text was updated successfully, but these errors were encountered: