open test dygraph mnist fp16, test=develop (#22163)

release/1.7
Chen Weihang 5 years ago committed by GitHub
parent c3876cf82d
commit 8b29fec7ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -117,8 +117,6 @@ class MNIST(fluid.dygraph.Layer):
class TestMnist(unittest.TestCase): class TestMnist(unittest.TestCase):
# FIXME(zcd): disable this random failed test temporally.
@unittest.skip("should fix this later")
def test_mnist_fp16(self): def test_mnist_fp16(self):
if not fluid.is_compiled_with_cuda(): if not fluid.is_compiled_with_cuda():
return return

Loading…
Cancel
Save