Increase parity to match logging refactor (#4651)
Co-authored-by: Jeff Yang <ydcjeff@outlook.com> Co-authored-by: chaton <thomas@grid.ai> Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
This commit is contained in:
parent
fa88905af0
commit
144a5c9913
|
@ -11,7 +11,7 @@ from tests.base.models import ParityModuleMNIST, ParityModuleRNN
|
|||
|
||||
@pytest.mark.parametrize('cls_model,max_diff', [
|
||||
(ParityModuleRNN, 0.05),
|
||||
(ParityModuleMNIST, 0.8)
|
||||
(ParityModuleMNIST, 0.82)
|
||||
])
|
||||
@pytest.mark.skipif(not torch.cuda.is_available(), reason="test requires GPU machine")
|
||||
def test_pytorch_parity(tmpdir, cls_model, max_diff):
|
||||
|
|
Loading…
Reference in New Issue