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
fractional_max_pool2d and fractional_max_pool3d cause an IPEX UT fail. In IPEX2.6, we override this Ops with IPEX implementation to make this UT pass.
ipex/tests/gpu/example/test_fractional_max_pool2d.py::TestNNMethod::test_fractional_max_pool2d_channels_last - AssertionError: Booleans mismatch: False is not True
ipex/tests/gpu/example/test_fractional_max_pool3d.py::TestNNMethod::test_fractional_max_pool3d_channels_last - AssertionError: Booleans mismatch: False is not True
The text was updated successfully, but these errors were encountered:
fractional_max_pool2d and fractional_max_pool3d cause an IPEX UT fail. In IPEX2.6, we override this Ops with IPEX implementation to make this UT pass.
ipex/tests/gpu/example/test_fractional_max_pool2d.py::TestNNMethod::test_fractional_max_pool2d_channels_last - AssertionError: Booleans mismatch: False is not True
ipex/tests/gpu/example/test_fractional_max_pool3d.py::TestNNMethod::test_fractional_max_pool3d_channels_last - AssertionError: Booleans mismatch: False is not True
The text was updated successfully, but these errors were encountered: