mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-03 03:58:54 +00:00
Relax test tolerance to make CI more reliable (#8100)
This commit is contained in:
parent
059d705988
commit
5ac06bad61
1 changed files with 1 additions and 1 deletions
|
|
@ -890,7 +890,7 @@ def test_multiple_ortmodules_common_backbone_training():
|
|||
ort_prediction = run_step(ort_model0, ort_model2, x1)
|
||||
|
||||
_test_helpers.assert_values_are_close(ort_prediction, pt_prediction)
|
||||
_test_helpers.assert_gradients_match_and_reset_gradient(ort_model0, pt_model0, reset_gradient=True, atol=1.5e-6)
|
||||
_test_helpers.assert_gradients_match_and_reset_gradient(ort_model0, pt_model0, reset_gradient=True, atol=1e-5)
|
||||
_test_helpers.assert_gradients_match_and_reset_gradient(ort_model2, pt_model2)
|
||||
|
||||
def test_multiple_chained_ortmodules_training():
|
||||
|
|
|
|||
Loading…
Reference in a new issue