This is an automated email from the ASF dual-hosted git repository.
masahi pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/ci-docker-staging by this push:
new d956c94968 more tf fix
d956c94968 is described below
commit d956c949686b3e0c73d4f344c4150af5f91f6cab
Author: Masahiro Masuda <[email protected]>
AuthorDate: Tue Mar 21 04:35:37 2023 +0900
more tf fix
---
tests/python/frontend/tensorflow/test_forward.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/python/frontend/tensorflow/test_forward.py
b/tests/python/frontend/tensorflow/test_forward.py
index f6dd933553..703df79942 100644
--- a/tests/python/frontend/tensorflow/test_forward.py
+++ b/tests/python/frontend/tensorflow/test_forward.py
@@ -3448,6 +3448,8 @@ def test_forward_crop_and_resize():
box_idx=[1, 0, 2, 3],
crop_size=[24, 24],
extrapolation_value=0.3,
+ atol=1e-3,
+ rtol=1e-3,
)
_test_forward_crop_and_resize(
img_shape=[20, 229, 229, 3],