Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreSlavescu committed Sep 8, 2024
1 parent 6247d22 commit 9c7a504
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/transformers/test_conv2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 9c7a504

Please sign in to comment.