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

Grad check fails for matrices where the max is close to the second highest value #12

Open
AngledLuffa opened this issue Mar 1, 2017 · 1 comment

Comments

@AngledLuffa
Copy link

I guess this is to be expected, actually, but if the difference between the max in a region and the next highest value is less than delta, the next highest value will have a numerically calculated gradient > 0, causing the grad check to fail.

@AngledLuffa
Copy link
Author

This probably isn't worth fixing, actually, but it comes up if you repeat the random gradient check enough times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant