-
Notifications
You must be signed in to change notification settings - Fork 235
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
Fix issue with AvgPooling layer padding calculation #391
Comments
Hello I am Bikram.I would like to work with on this issue,would you tell me where to start? |
@bikram99 you can start by setting up development environment of Fabrik. For starters you can look into code in |
@Ram81 ,hello I looked at the code in ide/utils.Would you tell me the path of the file to look into for the AvgPooling layer? |
@bikram99 the logic to calculate shapes of layers is in |
@Ram81 I would like to work on this issue. Can you tell me How to reproduce this issue? |
can i work on this issue |
@Gurpreetsingh9465 I am already working on this issue. |
Ok nimish |
how do I replicate this issue on my machine ? |
#391 still unsolved or not ? |
Goal of the issue is to fix the bug in padding calculation logic for pooling layers. Due to miscalculation of padding shapes of layers are miscalculated leading to failure in model exports and wrong parameter calculation.
The text was updated successfully, but these errors were encountered: