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

void DoFire undefined variables #32

Open
AminaHAMZA opened this issue Dec 3, 2019 · 2 comments
Open

void DoFire undefined variables #32

AminaHAMZA opened this issue Dec 3, 2019 · 2 comments

Comments

@AminaHAMZA
Copy link

Hello,

I'am an engineering student and I tried to use your code with dog-cat available database. I finished the training but when I want to compile the C++ code using make I faced this error which I can't correct it.

halfsqueezenet_folded.cpp:200:29: error: ‘L0_Din’ was not declared in this scope
CONV2D_ACT_NoP<L0_K, L0_S, L0_Din, L0_Cin, L0_Cout, L0_Ibit, L0_Wbit, L0_Mbit,

Can you please help me solve this issue ?

with regards

@AminaHAMZA
Copy link
Author

I used your answers for old issues to correct the other issue but now I m facing this problem:

misc.h:188:2: error: static assertion failed: For ExpandWidth, OutStreamW mod InStreamW is not 0
static_assert( OutStreamW%InStreamW == 0, "For ExpandWidth, OutStreamW mod InStreamW is not 0" );

Can you please help me??

with regards

@kaankara
Copy link
Contributor

kaankara commented Dec 3, 2019

As the error mentions, the output stream width has to be a multiple of input stream width. Please check why this is not the case. Do you need to use ExpandWidth in your implementation? If so, you might need to add padding to your data stream.

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