Skip to content

Commit 32b9cfc

Browse files
q-ycong-pcongyc
andauthored
Bug-fix to skip keras LSTM test for TF2.1 (#1754)
Signed-off-by: congyc <[email protected]> Co-authored-by: congyc <[email protected]>
1 parent f19a036 commit 32b9cfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_lstm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,7 @@ def func(x, y1, y2):
729729
require_lstm_count=2)
730730

731731
@check_tf_min_version("2.0")
732+
@skip_tf_versions("2.1", "Bug in TF 2.1")
732733
def test_keras_lstm(self):
733734
in_shape = [10, 3]
734735
x_val = np.random.uniform(size=[2, 10, 3]).astype(np.float32)

0 commit comments

Comments
 (0)