Skip to content

Commit d018aa6

Browse files
authored
fix nightly CI failed (#1784)
* Fix onnxruntime-nightly-unittest-matrix CI failed. Co-authored-by: hwangdeyu [email protected]
1 parent 65aaa2c commit d018aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_backend.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2830,7 +2830,7 @@ def func(x):
28302830
self._run_test_case(func, [_OUTPUT], {_INPUT: x_val}, rtol=1e-04)
28312831

28322832
@check_opset_min_version(7, "batchnorm")
2833-
@check_tf_min_version("2.0", "tf-1.x does not support NDHWC")
2833+
@check_tf_min_version("2.4", "tf version above 2.4 supports NDHWC")
28342834
def test_fused_batchnorm_3d(self):
28352835
x_shape = [1, 28, 28, 2, 2]
28362836
x_dtype = np.float32

0 commit comments

Comments
 (0)