-
Notifications
You must be signed in to change notification settings - Fork 115
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
Question on "stride" of sliding window module #2
Comments
Hi, In order to save DSP resources, in the sliding window the value of stride passed to the function is actually log2(Standard_Stride). |
I see. Thank you! |
Hi, Here is part of my C simulation testbench:
Is there anything wrong with my testbench setting? Best, |
Hi, unfortunately with that version, the value of Kernel%Stride has to be =0. |
That would be extremely helpful, especially for those trying to implement mobilenet using your framework. Thank you! Best, |
Hi,
Very impressive work! Thank you for sharing this project to us.
I have some questions regarding the behaviour of "stride" parameter in the sliding window.
Is it true that assigning 0 to "stride" parameter will result in a striding of 1 during convolution?
If so, does this module support a striding of 2? And what value should we assign to this stride parameter?
Best,
awai54st
The text was updated successfully, but these errors were encountered: