Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Something about "Packing packing = NHWC" in annotated_data_layer #580

Open
chenpengf0223 opened this issue Nov 15, 2019 · 2 comments
Open

Comments

@chenpengf0223
Copy link

chenpengf0223 commented Nov 15, 2019

Hi,
Thanks for your great work.
I try to train a wider face detection model. But I meet some errors as following:
image

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.

@chenpengf0223 chenpengf0223 changed the title Something about "blob copy" Something about "Packing packing = NHWC" in annotated_data_layer Nov 16, 2019
@92ypli
Copy link

92ypli commented Dec 24, 2019

have you solver this problem? how to do ?

@chenpengf0223
Copy link
Author

have you solver this problem? how to do ?

@92ypli

set it to 'NCHW':
Packing packing = NCHW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants