You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
chenpengf0223
changed the title
Something about "blob copy"
Something about "Packing packing = NHWC" in annotated_data_layer
Nov 16, 2019
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.
The text was updated successfully, but these errors were encountered: