Skip to content

Commit 250ea73

Browse files
committed
skip tfjs issue
Signed-off-by: Deyu Huang <[email protected]>
1 parent 1012f24 commit 250ea73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_lstm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from tensorflow.python.ops import variable_scope
1111
from backend_test_base import Tf2OnnxBackendTestBase
1212
from common import check_tf_min_version, unittest_main, check_opset_after_tf_version, \
13-
skip_tf2, skip_tf_versions, check_op_count
13+
skip_tf2, skip_tf_versions, check_op_count, skip_tfjs
1414

1515
from tf2onnx.tf_loader import is_tf2
1616

@@ -776,6 +776,7 @@ def func(x):
776776
self.run_test_case(func, {"input:0": x_val}, [], ["output:0", "output1:0"], rtol=1e-05, atol=1e-06)
777777

778778
@check_tf_min_version("2.0")
779+
@skip_tfjs("TFJS converts model incorrectly")
779780
def test_keras_lstm_sigmoid_dropout(self):
780781
in_shape = [16, 16]
781782
batch_size = 2

0 commit comments

Comments
 (0)