-
Notifications
You must be signed in to change notification settings - Fork 14
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
91 laplace ggn arguments #92
91 laplace ggn arguments #92
Conversation
implying we relax from 'batch' named kwarg to any arg for the batch in 'forward'
Looking good! Can we do the same for |
implying we relax from 'batch' named kwarg to any arg for the batch in 'forward'
@SamDuffield, Just one comment after thinking this change over. To show the difference consider:
A pattern that makes a
I updated the diff to reflect the way we were both heading and I think it's a perfectly fine solution and all tests pass. But, I just wanted to point out that my small change is, on a "python" level significantly different. I think we good to merge unless the above triggers a larger concern on your side. |
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.
That is a very good point, but as you note I think all is good as we enforce the specific (params, batch) signature. So good to merge!
Thanks for the very interesting library. I generally like to attempt fixing issues to get to know a code base. Feel free to just close this PR if this change is missing the point.
Fixes #91