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.