diff --git a/test/transformers/test_conv2d.py b/test/transformers/test_conv2d.py index fb510c3c4..dbf61742c 100644 --- a/test/transformers/test_conv2d.py +++ b/test/transformers/test_conv2d.py @@ -10,7 +10,6 @@ (1, 64, 56, 56, 64, 1, 1, 0, 0, 1, 1, 1, 1), (1, 128, 28, 28, 128, 3, 3, 1, 1, 1, 1, 1, 1), (1, 256, 14, 14, 256, 5, 5, 2, 2, 2, 2, 1, 1), - pytest.param((1, 512, 7, 7, 512, 7, 7, 3, 3, 1, 1, 2, 2), marks=pytest.mark.skip), ], ) @pytest.mark.parametrize( @@ -69,7 +68,6 @@ def test_conv2d_forward( (1, 64, 56, 56, 64, 1, 1, 0, 0, 1, 1, 1, 1), (1, 128, 28, 28, 128, 3, 3, 1, 1, 1, 1, 1, 1), (1, 256, 14, 14, 256, 5, 5, 2, 2, 2, 2, 1, 1), - pytest.param((1, 512, 7, 7, 512, 7, 7, 3, 3, 1, 1, 2, 2), marks=pytest.mark.skip), ], ) @pytest.mark.parametrize(