Skip to content

Commit

Permalink
rebase to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Hao Wu committed Jan 28, 2021
1 parent b089329 commit b37a9e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/onnx/test_pytorch_onnx_onnxruntime.py
Expand Up @@ -5737,7 +5737,6 @@ def forward(self, input):
x = torch.randn(6, 4, 3, 3)
self.run_test(FakeQuantizePerChannelModel(), (x))

@skipIfUnsupportedOpsetVersion([13])
def test_batchnorm_training(self):
class MyModule(torch.nn.Module):
def __init__(self):
Expand Down

0 comments on commit b37a9e6

Please sign in to comment.