Replies: 1 comment
-
Thanks for raising this! It may be hard to debug without a runnable repro... Can you share some numerical values, like how different 'very different' is? I'm wondering if the failure is just numerical. (After all, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Still working on a smaller test case I can post, but shouldn't all 3 check_grads() pass independent of pred_func definition?
First 2 pass, 3rd fails.
I believe it fails w.r.t 'scale', as when I calc that grad directly I get a very different answer than grad(full_loss, (0,1))(...)
Any insight on how to debug would be greatly appreciated, thanks!:
Beta Was this translation helpful? Give feedback.
All reactions