Increase bound on tf.contrib.signal.inverse_stft gradient error to avoid flakiness on macOS.
PiperOrigin-RevId: 163426631
This commit is contained in:
parent
253bcbb71b
commit
d629a83165
@ -242,7 +242,7 @@ class SpectralOpsTest(test.TestCase):
|
||||
inverse_stft_error = test.compute_gradient_error(
|
||||
stft, stft_shape, inverse_stft, inverse_stft_shape)
|
||||
self.assertLess(stft_error, 2e-3)
|
||||
self.assertLess(inverse_stft_error, 4e-5)
|
||||
self.assertLess(inverse_stft_error, 4e-4)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user