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

Fix the PCC mismatch assertion failure in maxpool2d resnet tests #56

Open
uazizTT opened this issue Nov 6, 2024 · 0 comments
Open

Fix the PCC mismatch assertion failure in maxpool2d resnet tests #56

uazizTT opened this issue Nov 6, 2024 · 0 comments

Comments

@uazizTT
Copy link
Contributor

uazizTT commented Nov 6, 2024

The tests under test_resnet_maxpool2d() are failing due to the following assertion error:

>         assert ret, f"PCC is {pcc} which is less than {required_pcc}"
E         AssertionError: PCC is 0.605469 which is less than 0.95

FAILED tests/TTIR/test_maxpool2d.py::test_resnet_maxpool2d - AssertionError: PCC is 0.605469 which is less than 0.95

Find the root cause of the issue for this mismatch and re-enable the tests.

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

1 participant