-
Notifications
You must be signed in to change notification settings - Fork 63
Sarkars/logsoftmax #76
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
Conversation
sindhu-nervana
left a comment
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.
LGTM
|
TF python tests seem to be failing with tolerance errors |
|
Investigated one of the test failures For this input: Tf produces: np.array([[-1.386294, -1.386294, -1.386294, -1.386294], But the actual answer should indeed be [0, -max, -max, -max]. |
shresthamalik
left a comment
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.
LGTM
No description provided.