up (#10771)
This commit is contained in:
committed by
GitHub
parent
c83fbc5f2d
commit
f20d75a13f
@@ -482,7 +482,7 @@ class ProphetNetModelTester:
|
|||||||
torch.allclose(
|
torch.allclose(
|
||||||
outputs_no_mask.last_hidden_state_ngram[0, :5, 0],
|
outputs_no_mask.last_hidden_state_ngram[0, :5, 0],
|
||||||
outputs_with_mask.last_hidden_state_ngram[0, :5, 0],
|
outputs_with_mask.last_hidden_state_ngram[0, :5, 0],
|
||||||
atol=1e-3,
|
atol=1e-2,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user