-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Getting 'Check failed' error when loading a toy LSTM prototxt file #4547
Comments
As was pointed out in #2033, the format for the input data is T x N ...
|
it shows up error with Iteration 4800, lr = 0.0001 do you know how to solve it ? |
@ubenz55555 I met the same problem, how do you solve it? |
Also posted on Caffe Users. However, looks like an issue internal to Caffe.
Below is the error. I don't understand the error message (2 vs. 2).
Here's how I load the prototxt file (derived from https://github.com/junhyukoh/caffe-lstm/blob/master/examples/lstm_sequence/lstm_short.prototxt).
solver = caffe.get_solver('solver.prototxt')
Here's the prototxt file in its entirety.
The text was updated successfully, but these errors were encountered: