-
Notifications
You must be signed in to change notification settings - Fork 56
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
Support nn.GaussianNLLLoss #204
Comments
Hi, I briefly glanced over the linked documentation. Two questions for your specific use case, (i) do you use The loss looks quite similar to For now, if you already want to start using |
Hi, thanks for the response.
The log term is always part of the loss.
Yes, when using this loss function, Typical example:
From what I understand about backpack, the fork in the graph might create problems here, so it is now just as simple as the MSE loss.
Yes, I will do this. Thanks! |
Thank you for your sharing. |
Hi,
I would like to apply the Cockpit library to my problem, which is using the Gaussian log-likelihood for training. If I only want to look at first-order information, this loss function should already work with Backpack. However, I would be very interested in also seeing the second-order informations, for which explicit support in Backpack is needed.
What would it take to integrate this loss? I might be able to contribute as well if it is not too complicated.
The documentation is here: https://pytorch.org/docs/stable/generated/torch.nn.GaussianNLLLoss.html
Thanks!
The text was updated successfully, but these errors were encountered: