We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
torch.func
Minimum example to get this error: https://gist.github.com/wiseodd/b29973cd96f96f3af620ca131571eaa4
Fix:
use AsdlGGN backend and then in _glm_predictive_distribution (in baselaplace.py), use:
AsdlGGN
_glm_predictive_distribution
baselaplace.py
Js, f_mu = self.backend.jacobians(X)
instead of:
Js, f_mu = self.backend.functorch_jacobians(X)
The text was updated successfully, but these errors were encountered:
I think this is because: pytorch/functorch#1058
Sorry, something went wrong.
Users will be warned for now via #202. Ultimately, this shall be solved by #203.
wiseodd
Successfully merging a pull request may close this issue.
Minimum example to get this error:
https://gist.github.com/wiseodd/b29973cd96f96f3af620ca131571eaa4
Fix:
use
AsdlGGN
backend and then in_glm_predictive_distribution
(inbaselaplace.py
), use:instead of:
The text was updated successfully, but these errors were encountered: