Skip to content

fix add op bug in backward#4548

Merged
dzhwinter merged 16 commits intoPaddlePaddle:developfrom
dzhwinter:fix_backward2
Oct 3, 2017
Merged

fix add op bug in backward#4548
dzhwinter merged 16 commits intoPaddlePaddle:developfrom
dzhwinter:fix_backward2

Conversation

@dzhwinter
Copy link
Contributor

fix #4502

insert_position.push_back(
{dup_op.back(),
OpRegistry::CreateOp(
"add", {{"X", {insert_add_x}}, {"Y", {insert_add_y}}},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no add operator already, please use sum operator.

JiayiFeng
JiayiFeng previously approved these changes Oct 2, 2017
Copy link
Collaborator

@JiayiFeng JiayiFeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@dzhwinter dzhwinter merged commit 8bf209f into PaddlePaddle:develop Oct 3, 2017
@dzhwinter dzhwinter changed the title add generic add operator Oct 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

6 participants