This commit is contained in:
Patrick von Platen
2021-03-17 16:15:14 +03:00
committed by GitHub
parent c83fbc5f2d
commit f20d75a13f

View File

@@ -482,7 +482,7 @@ class ProphetNetModelTester:
torch.allclose(
outputs_no_mask.last_hidden_state_ngram[0, :5, 0],
outputs_with_mask.last_hidden_state_ngram[0, :5, 0],
atol=1e-3,
atol=1e-2,
)
)