提交 a11b5c69 编写于 作者: K Kaipeng Deng 提交者: GitHub

fix train on VOC on multi-GPU hang (#3236)

* fix train on VOC on multi-GPU hang

* not set persistable in parse_fetches
上级 3bc5b56b
......@@ -48,7 +48,6 @@ def parse_fetches(fetches, prog=None, extra_keys=None):
for k in extra_keys:
try:
v = fluid.framework._get_var(k, prog)
v.persistable = True
keys.append(k)
values.append(v.name)
except Exception:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册