Results 2 comments of Mude Lin

CPM has added a datalayer to official caffe, thus you have to set $PYTHONPATH to the caffe provided by this repo, or add the corresponding layer to official caffe. @sptg

Are you using batchsize = 1? in file cpm_data_layer.cpp:106, there are lines like: `if (batch_size == 1 && crop_size == 0) { Datum& datum = *(reader_.full().peek()); if (datum.encoded()) { if...