Skip to content

Commit

Permalink
Skips test_avg_pool3d_nhwc (#36130)
Browse files Browse the repository at this point in the history
Summary:
See #36129.
Pull Request resolved: #36130

Differential Revision: D20888016

Pulled By: mruberry

fbshipit-source-id: 3738ac6c7f4370b03fd528c90414ba8a7944b3bb
  • Loading branch information
mruberry authored and facebook-github-bot committed Apr 7, 2020
1 parent 70acc9c commit 3e5d25f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/quantization/test_quantized.py
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,7 @@ def test_avg_pool3d(self, X, kernel, stride, padding, ceil_mode, count_include_p
message=error_message.format(name + '.zero_point', scale,
qX_hat.q_zero_point()))

@unittest.skip("Failing - see https://github.com/pytorch/pytorch/issues/36129")
@given(X=hu.tensor(shapes=hu.array_shapes(min_dims=5, max_dims=5,
min_side=5, max_side=10),
qparams=hu.qparams(dtypes=torch.qint8)),
Expand Down

0 comments on commit 3e5d25f

Please sign in to comment.