fix test uni; test=develop

add_cudnn_lstm
phlrain 6 years ago
parent 0b8a377d9c
commit 24fa1f4b8c

@ -171,8 +171,7 @@ class TestCUDNNLstmOp(OpTest):
}
def test_output_with_place(self):
if not self.testcuda():
pass
if self.testcuda():
place = core.CUDAPlace(0)
self.check_output_with_place(place, atol=1e-5)

Loading…
Cancel
Save