Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the gradient operation of ScatterNd when inplaced with output variable. #698

Merged

Conversation

TE-StephenTiedemann
Copy link
Contributor

@TE-StephenTiedemann TE-StephenTiedemann commented Aug 4, 2020

Inplaced gradient operation changed with PR #693 and caused a gradient operation error in scatter_nd. This PR fixes the gradient operation in scatter_nd backward function.

@TE-StephenTiedemann TE-StephenTiedemann added the release-note-bugfix Auto-release; Bugfix label Aug 4, 2020
@KazukiYoshiyama-sony KazukiYoshiyama-sony merged commit d2ee338 into master Aug 4, 2020
@TE-StephenTiedemann TE-StephenTiedemann deleted the fix/20200803-refactor-for-disabled-grad-inplace branch August 4, 2020 09:13
@TakuyaNarihira TakuyaNarihira changed the title Fix the gradient operation when inplaced with output variable. Fix the gradient operation of ScatterNd when inplaced with output variable. Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note-bugfix Auto-release; Bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants