Skip to content

Commit af53eb6

Browse files
author
Yan Xu
authored
[cherry-pick] test_imperative_se_resnext (#16816)
cherry-pick dygraph serenext unit test
1 parent 7b45363 commit af53eb6

File tree

2 files changed

+484
-0
lines changed

2 files changed

+484
-0
lines changed

python/paddle/fluid/tests/unittests/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ list(REMOVE_ITEM TEST_OPS test_bilinear_interp_op)
7979
list(REMOVE_ITEM TEST_OPS test_nearest_interp_op)
8080
list(REMOVE_ITEM TEST_OPS test_imperative_resnet)
8181
list(REMOVE_ITEM TEST_OPS test_imperative_mnist)
82+
list(REMOVE_ITEM TEST_OPS test_imperative_se_resnext)
8283
list(REMOVE_ITEM TEST_OPS test_ir_memory_optimize_transformer)
8384
list(REMOVE_ITEM TEST_OPS test_layers)
8485
foreach(TEST_OP ${TEST_OPS})
@@ -92,6 +93,8 @@ py_test_modules(test_imperative_resnet MODULES test_imperative_resnet ENVS
9293
FLAGS_cudnn_deterministic=1)
9394
py_test_modules(test_imperative_mnist MODULES test_imperative_mnist ENVS
9495
FLAGS_cudnn_deterministic=1)
96+
py_test_modules(test_imperative_se_resnext MODULES test_imperative_se_resnext SERIAL ENVS
97+
FLAGS_cudnn_deterministic=1)
9598
if(WITH_DISTRIBUTE)
9699
py_test_modules(test_dist_train MODULES test_dist_train SERIAL)
97100
set_tests_properties(test_listen_and_serv_op PROPERTIES TIMEOUT 20)

0 commit comments

Comments
 (0)