diff --git a/backends/arm/test/models/test_inception_v3_arm.py b/backends/arm/test/models/test_inception_v3_arm.py index 51f3547c852..f69022de712 100644 --- a/backends/arm/test/models/test_inception_v3_arm.py +++ b/backends/arm/test/models/test_inception_v3_arm.py @@ -51,7 +51,7 @@ def test_ic3_tosa_BI(): aten_op=[], exir_op=[], use_to_edge_transform_and_lower=True, - atol=0.5, + atol=0.6, qtol=1, ) pipeline.run() @@ -68,7 +68,7 @@ def test_ic3_u55_BI(): exir_ops=[], run_on_fvp=True, use_to_edge_transform_and_lower=True, - atol=0.5, + atol=0.6, qtol=1, ) pipeline.run() @@ -85,7 +85,7 @@ def test_ic3_u85_BI(): exir_ops=[], run_on_fvp=True, use_to_edge_transform_and_lower=True, - atol=0.5, + atol=0.6, qtol=1, ) pipeline.run()