未验证 提交 c2f37ee8 编写于 作者: Z Zeng Jinle 提交者: GitHub

fix bert temporary (#3014)

上级 806da4f7
......@@ -50,6 +50,11 @@ train_mrda(){
--enable_ce
}
# FIXME(zjl): this model would fail when GC is enabled,
# but it seems that this error is from the model itself.
# See issue here: https://github.com/PaddlePaddle/Paddle/issues/18994#event-2532039900
# To fix ce, disable gc in this model temporarily.
export FLAGS_eager_delete_tensor_gb=-1
cudaid=${multi:=0,1,2,3}
export CUDA_VISIBLE_DEVICES=$cudaid
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册