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

[max_pool] [avg_pool] Output mismatch when padding="SAME" #100

Open
bhatuzdaname opened this issue Jan 12, 2021 · 1 comment
Open

[max_pool] [avg_pool] Output mismatch when padding="SAME" #100

bhatuzdaname opened this issue Jan 12, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@bhatuzdaname
Copy link
Contributor

Reproduce error;

pytest -rs . -k "test_pool[avg_pool-float32-a_shape1-ksize1-strides1-SAME-NHWC]" --backend="CPP"
pytest -rs . -k "test_pool[max_pool-float32-a_shape1-ksize1-strides1-SAME-NHWC]" --backend="CPP"

Expected output:
[ 0.09, -0.44, -0.06, -0.72, 0.02, 1.31, 1. , -1.01, -0.4 ]
Actual output:
[ 0.09, -0.44, -0.03, -0.72, 0.02, 0.66, 0.5 , -0.51, -0.1 ]

@bhatuzdaname bhatuzdaname added the bug Something isn't working label Jan 12, 2021
@bhatuzdaname bhatuzdaname self-assigned this Jan 12, 2021
@bhatuzdaname bhatuzdaname added enhancement New feature or request and removed bug Something isn't working labels Mar 10, 2021
@bhatuzdaname
Copy link
Contributor Author

we only support 0 padding for now.

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

No branches or pull requests

1 participant