From bd61d89925d9014d27589bb181e85a571d4192e5 Mon Sep 17 00:00:00 2001 From: Jiabin Yang Date: Wed, 26 Jun 2019 13:32:45 +0800 Subject: [PATCH] test=develop, recover ocr ut on dygraph (#18166) --- python/paddle/fluid/tests/unittests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/paddle/fluid/tests/unittests/CMakeLists.txt b/python/paddle/fluid/tests/unittests/CMakeLists.txt index 40baf56c8f..80084a3451 100644 --- a/python/paddle/fluid/tests/unittests/CMakeLists.txt +++ b/python/paddle/fluid/tests/unittests/CMakeLists.txt @@ -178,6 +178,8 @@ py_test_modules(test_imperative_mnist_sorted_gradient MODULES test_imperative_mn py_test_modules(test_imperative_se_resnext MODULES test_imperative_se_resnext ENVS FLAGS_cudnn_deterministic=1 SERIAL) set_tests_properties(test_imperative_se_resnext PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE") +py_test_modules(test_imperative_ocr_attention_model MODULES test_imperative_ocr_attention_model ENVS + FLAGS_cudnn_deterministic=1 SERIAL) py_test_modules(test_install_check MODULES test_install_check ENVS FLAGS_cudnn_deterministic=1 SERIAL) set_tests_properties(test_install_check PROPERTIES LABELS "RUN_TYPE=DIST") -- GitLab