-
Notifications
You must be signed in to change notification settings - Fork 97
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 argmax issues #16479
fix argmax issues #16479
Conversation
Signed-off-by: Amruth Sandhupatla <[email protected]>
2b9ba0c
to
808ae99
Compare
Creator of original ticket reduced the scope to just PCC is bad for my custom test case but fix will be part of another ticket & PR |
Signed-off-by: Amruth Sandhupatla <[email protected]>
Signed-off-by: Amruth Sandhupatla <[email protected]>
Wrong PCC bug is documented at #16922 |
assert status | ||
# FIXME: this code is hacky. Looms like there is wrong with argnax code. if we correct wrong dims, | ||
# we get wrong output. Need to fix this. | ||
# assert status |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to at least understand why the change breaks this test before merging the change in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
more details are captured at #16922
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I looked at this. The dimensions are not set up properly in this PR.
Just removing the dimension of size 1 from the output shape works. I'm doing that in #16989 along with some other changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should i cancel this PR @bbradelTT since ur PR covers it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
Ticket
Link to Github Issue
Problem description
Wrong pcc & shaoe for argmax output
What's changed
Fixed the shape as of now.
Checklist