Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

Fix bug in gradient of concat when axis is -1 #1267

Merged
merged 2 commits into from
Sep 4, 2018
Merged

Fix bug in gradient of concat when axis is -1 #1267

merged 2 commits into from
Sep 4, 2018

Conversation

dsmilkov
Copy link
Contributor

@dsmilkov dsmilkov commented Sep 4, 2018

The gradient of concat had a bug where the axis passed wasn't normalized to be between 0 and R-1 (e.g. when the user passes a negative axis)

BUG


This change is Reviewable

Copy link
Contributor

@nsthorat nsthorat left a comment

Choose a reason for hiding this comment

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

Reviewed 2 of 2 files at r1.
Reviewable status: 0 of 1 approvals obtained (waiting on @nsthorat and @caisq)

@dsmilkov dsmilkov merged commit 32deacc into master Sep 4, 2018
@dsmilkov dsmilkov deleted the concat-bug branch September 4, 2018 14:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants