未验证 提交 1cdd3b69 编写于 作者: C chengduo 提交者: GitHub

Disable GC in test_parallel_exe_seresnext (#19408)

* Disable GC in test_parallel_executor_se_resnext
test=develop
上级 10ca3f96
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册