Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreSlavescu committed Sep 8, 2024
1 parent 9c7a504 commit 79ee322
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 @@ -7,7 +7,6 @@
@pytest.mark.parametrize(
"N, C, H, W, K, R, S, pad_h, pad_w, U, V, dila_h, dila_w",
[
(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),
],
Expand Down Expand Up @@ -65,7 +64,6 @@ def test_conv2d_forward(
@pytest.mark.parametrize(
"N, C, H, W, K, R, S, pad_h, pad_w, U, V, dila_h, dila_w",
[
(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),
],
Expand Down

0 comments on commit 79ee322

Please sign in to comment.