mitmul / deeppose

DeepPose implementation in Chainer
http://static.googleusercontent.com/media/research.google.com/ja//pubs/archive/42237.pdf
GNU General Public License v2.0
408 stars 129 forks source link

data_reader.cpp:98] Check failed: new_queue_pairs_.size() == 0 (1 vs. 0) #14

Open karunaahuja opened 8 years ago

karunaahuja commented 8 years ago

https://github.com/BVLC/caffe/issues/3394

Getting the following error while trying to train AlexNet network. Anyone else faced this? Any fix for the same? Unable to figure out the fix as per the abovementioned link.

karunaahuja commented 8 years ago

As a followup to the previous post, is the error because we are creating the train and test net on the same dataset? Has anyone else faced this issue?

supriya-k commented 8 years ago

I too am getting this error when I try to fine-tune Squeeze Net. Were you able to solve this issue?