caffe
caffe copied to clipboard
Something about "Packing packing = NHWC" in annotated_data_layer
Hi,
Thanks for your great work.
I try to train a wider face detection model. But I meet some errors as following:

I feel that annotated_data_layer.cpp,line182: Packing packing = NHWC; should be changed to : Packing packing = NCHW. Could you please give me some guidance? Thanks again.
have you solver this problem? how to do ?
have you solver this problem? how to do ?
@92ypli
set it to 'NCHW': Packing packing = NCHW.