We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
print
test_dropout.py
1 parent 33ed932 commit 55200dfCopy full SHA for 55200df
1 file changed
tests/test_dropout.py
@@ -30,8 +30,6 @@ def test_cuda(shape, dtype, atol, rtol):
30
reference_output.nonzero().numel() / reference_output.ndim / input.numel()
31
)
32
33
- print(abs(ninetoothed_non_zero_ratio - reference_non_zero_ratio))
34
-
35
assert abs(ninetoothed_non_zero_ratio - reference_non_zero_ratio) < 0.1
36
37
assert torch.allclose(
0 commit comments