You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The tests under test_resnet_maxpool2d() are failing due to the following assertion error:
Find the root cause of the issue for this mismatch and re-enable the tests.
The text was updated successfully, but these errors were encountered: