Refine the error of test_dynrnn_static_input (#27084)

test=develop
numel
guofei 5 years ago committed by GitHub
parent 632125415c
commit 3a02424a4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,6 +25,7 @@ import bisect
import numpy as np
fluid.default_startup_program().random_seed = 1
np.random.seed(1)
class TestDyRnnStaticInput(unittest.TestCase):

Loading…
Cancel
Save