提交 41030f29 编写于 作者: S sandyhouse

update

上级 c7f4af1d
......@@ -4917,7 +4917,7 @@ class PipelineOptimizer(object):
index=index + 1,
type='sum',
inputs={'X': [grad_var, param_grad_var]},
outputs={'Out': real_grad_var},
outputs={'Out': param_grad_var},
attrs={
#self._op_device_key: device,
self._op_role_key: self._op_role.Backward,
......@@ -4954,7 +4954,7 @@ class PipelineOptimizer(object):
index=index + 2,
type='sum',
inputs={'X': [param_grad_var, cast_grad_var]},
outputs={'Out': fp32_grad_var},
outputs={'Out': param_grad_var},
attrs={
# self._op_device_key: device,
self._op_role_key: self._op_role.Backward,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册