Skip to content

Commit

Permalink
Fix flaky GroupNorm ModuleInfo test (pytorch#133899)
Browse files Browse the repository at this point in the history
Fixes pytorch#98677

Pull Request resolved: pytorch#133899
Approved by: https://github.com/albanD
  • Loading branch information
mikaylagawarecki authored and pytorchmergebot committed Aug 27, 2024
1 parent 2033934 commit d028b81
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions torch/testing/_internal/common_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -1718,14 +1718,6 @@ def module_inputs_torch_nn_GroupNorm(module_info, device, dtype, requires_grad,
constructor_input=FunctionInput(3, 6, 1e-3),
forward_input=FunctionInput(make_input((4, 6, 2, 3))),
desc='2d_affine'),
ModuleInput(
constructor_input=FunctionInput(3, 6, 1e-3),
forward_input=FunctionInput(make_input((4, 6, 28, 28))),
desc='2d_affine_large_feature'),
ModuleInput(
constructor_input=FunctionInput(3, 51, 1e-5, False),
forward_input=FunctionInput(make_input((2, 51, 28, 28))),
desc='2d_no_affine_large_feature'),
ModuleInput(
constructor_input=FunctionInput(3, 3, 1e-3, False),
forward_input=FunctionInput(make_input((4, 3, 2, 3))),
Expand Down

0 comments on commit d028b81

Please sign in to comment.