Skip to content

Commit

Permalink
[BUG] Reproduce bug for fold with padding=1 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-dangel committed Jan 10, 2024
1 parent fbee3a4 commit bdd0057
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/fold_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
"kernel_size": (2, 2),
},
},
{
"seed": 0,
"input_fn": lambda: torch.rand(2, 3 * 2 * 2, 5 * 9),
"fold_kwargs": {
"output_size": (4, 8),
"kernel_size": 2,
"padding": 1,
},
"id": "bug30-fold-with-padding",
},
]
PROBLEMS_2D_IDS = [make_id(problem) for problem in PROBLEMS_2D]

Expand Down

0 comments on commit bdd0057

Please sign in to comment.