-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Backpropagation not working on KL divergence loss function due to data type mismatch #80158
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
Labels
actionable
module: loss
Problem is related to loss function
module: nn
Related to torch.nn
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Comments
I'll put up a PR fixing all this, making |
lezcano
added a commit
that referenced
this issue
Jun 27, 2022
facebook-github-bot
pushed a commit
that referenced
this issue
Jul 6, 2022
Summary: Benchmarks: #80334 (comment) Fixes #80158 Fixes #78867 Fixes #69230 Supersedes #79007 Supersedes #69212 Supersedes #19659 Pull Request resolved: #80334 Approved by: https://github.com/ezyang Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/828c787ea98da39eb786925eedcb8527aae07153 Reviewed By: mehtanirav Differential Revision: D37604775 Pulled By: mehtanirav fbshipit-source-id: b188d47df5a3a820e5c15d9ce18b1a2c3f31f287
pytorchmergebot
pushed a commit
that referenced
this issue
Jul 13, 2022
Benchmarks: #80334 (comment) Fixes #80158 Fixes #78867 Fixes #69230 Supersedes #79007 Supersedes #69212 Supersedes #19659 Pull Request resolved: #80334 Approved by: https://github.com/ezyang
facebook-github-bot
pushed a commit
that referenced
this issue
Jul 14, 2022
Summary: Benchmarks: #80334 (comment) Fixes #80158 Fixes #78867 Fixes #69230 Supersedes #79007 Supersedes #69212 Supersedes #19659 Pull Request resolved: #80334 Approved by: https://github.com/ezyang Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/b5b9db9f844f4f100651c6afa57124fa5851edec Reviewed By: DanilBaibak Differential Revision: D37847477 Pulled By: DanilBaibak fbshipit-source-id: a04919bbd2b746c30c654b971efcf76ef27ac5a6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
actionable
module: loss
Problem is related to loss function
module: nn
Related to torch.nn
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Uh oh!
There was an error while loading. Please reload this page.
🐛 Describe the bug
Backpropagation not working on KL divergence loss function due to data type mismatch
Versions
Using Pytorch 1.2 on Google Colab
cc @albanD @mruberry @jbschlosser @walterddr @kshitij12345 @saketh-are
The text was updated successfully, but these errors were encountered: