File tree Expand file tree Collapse file tree 2 files changed +484
-0
lines changed
python/paddle/fluid/tests/unittests Expand file tree Collapse file tree 2 files changed +484
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ list(REMOVE_ITEM TEST_OPS test_bilinear_interp_op)
79
79
list (REMOVE_ITEM TEST_OPS test_nearest_interp_op )
80
80
list (REMOVE_ITEM TEST_OPS test_imperative_resnet )
81
81
list (REMOVE_ITEM TEST_OPS test_imperative_mnist )
82
+ list (REMOVE_ITEM TEST_OPS test_imperative_se_resnext )
82
83
list (REMOVE_ITEM TEST_OPS test_ir_memory_optimize_transformer )
83
84
list (REMOVE_ITEM TEST_OPS test_layers )
84
85
foreach (TEST_OP ${TEST_OPS} )
@@ -92,6 +93,8 @@ py_test_modules(test_imperative_resnet MODULES test_imperative_resnet ENVS
92
93
FLAGS_cudnn_deterministic=1 )
93
94
py_test_modules (test_imperative_mnist MODULES test_imperative_mnist ENVS
94
95
FLAGS_cudnn_deterministic=1 )
96
+ py_test_modules (test_imperative_se_resnext MODULES test_imperative_se_resnext SERIAL ENVS
97
+ FLAGS_cudnn_deterministic=1 )
95
98
if (WITH_DISTRIBUTE )
96
99
py_test_modules (test_dist_train MODULES test_dist_train SERIAL )
97
100
set_tests_properties (test_listen_and_serv_op PROPERTIES TIMEOUT 20 )
You can’t perform that action at this time.
0 commit comments