-
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
Check failed: new_queue_pairs_.size() == 0 #3394
Comments
The documentation for the error might answer your question: caffe/src/caffe/data_reader.cpp Lines 94 to 98 in 196b995
|
Hi, i have the same error... my configuration is like this : layer { layer { ... rest is definition of the convnet... What is the problem? should I specify include{phase: TRAIN} somewhere? |
Same error with similar data blob for image segmentation |
Same error. Any quick fix? It is very urgent. |
If your data layers look like @etienne87's above, then you need to mark one as your https://github.com/BVLC/caffe/blob/rc3/models/bvlc_alexnet/train_val.prototxt#L7-L28
|
Hi,
I am running the ImageNet example from the website, and while running caffe, I run into this error after it reads in the mean file:
data_reader.cpp:98] Check failed: new_queue_pairs_.size() == 0 (1 vs. 0)
I am not sure what to make of this error. What can be the possible reason behind this?
The text was updated successfully, but these errors were encountered: