Disable the flaky test while troubleshooting.
PiperOrigin-RevId: 238125075
This commit is contained in:
parent
f23ef54d0d
commit
e7f508844e
@ -546,7 +546,7 @@ class LSTMV2Test(keras_parameterized.TestCase):
|
|||||||
self.assertAllClose(y_1, y_2)
|
self.assertAllClose(y_1, y_2)
|
||||||
self.assertAllClose(y_2, y_3)
|
self.assertAllClose(y_2, y_3)
|
||||||
|
|
||||||
def test_return_sequences_LSTM(self):
|
def DISABLED_test_return_sequences_LSTM(self):
|
||||||
num_samples = 2
|
num_samples = 2
|
||||||
timesteps = 3
|
timesteps = 3
|
||||||
embedding_dim = 4
|
embedding_dim = 4
|
||||||
|
Loading…
Reference in New Issue
Block a user