Disable GC in test_parallel_exe_seresnext (#19408)

* Disable GC in test_parallel_executor_se_resnext
test=develop
fix_crf_doc
chengduo 6 years ago committed by GitHub
parent 10ca3f9609
commit 1cdd3b6985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,6 +14,7 @@
from __future__ import print_function
import paddle.fluid as fluid
fluid.core._set_eager_deletion_mode(-1, -1, False)
import paddle.fluid.layers.ops as ops
from paddle.fluid.initializer import init_on_cpu

Loading…
Cancel
Save