pytorch
f1f6cb07 - [UT] Fix random failure of test_qconv_transpose1d by skip using hypothesis (#85463)

Commit
2 years ago
[UT] Fix random failure of test_qconv_transpose1d by skip using hypothesis (#85463) TestQuantizedConv.test_qconv_transpose1d fails randomly due to hypothesis (according to @jerryzh168). This PR fixes it by rewriting the test case without hypothesis. Use fixed parameters and `itertools.product` to generate test cases. Pull Request resolved: https://github.com/pytorch/pytorch/pull/85463 Approved by: https://github.com/jerryzh168
Author
Committer
Parents
Loading