Skip to content

Commit 144a5c9

Browse files
justusschockJeff YangtchatonBorda
authored
Increase parity to match logging refactor (#4651)
Co-authored-by: Jeff Yang <[email protected]> Co-authored-by: chaton <[email protected]> Co-authored-by: Jirka Borovec <[email protected]>
1 parent fa88905 commit 144a5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/test_parity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@pytest.mark.parametrize('cls_model,max_diff', [
1313
(ParityModuleRNN, 0.05),
14-
(ParityModuleMNIST, 0.8)
14+
(ParityModuleMNIST, 0.82)
1515
])
1616
@pytest.mark.skipif(not torch.cuda.is_available(), reason="test requires GPU machine")
1717
def test_pytorch_parity(tmpdir, cls_model, max_diff):

0 commit comments

Comments
 (0)