-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
training_epoch_end's outputs doesn't have 'loss' key #2372
Comments
Try: |
Thanks, it works |
As of now in lightning you can access them using |
Hi! One hint: for me it works with "loss" under windows but not under ubuntu. |
Weird!! Why is this think platform dependent?? 🤔 |
@Pet222 , are u sure that versions on ubuntu and windows are same? |
Hey @williamFalcon is this intended behaviour? I was surprised to see this breaking change being introduced with no warning. If it is not intended, as it seems due to the "bug fix" tag, are you working on it or should I make a PR for this? |
what is the behavior? that the "loss" key is not in training_epoch_end? If so, that's a bug because it should be there |
@williamFalcon , on the latest version, the |
Yes, the fact that you need to access it through 'callback metrics'.
Got it!
On Tue, 30 Jun 2020 at 12:44, William Falcon ***@***.***> wrote:
what is the behavior? that the "loss" key is not in training_epoch_end? If
so, that's a bug because it should be there
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2372 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKWP6XTUJDTEDJ2NZQ3RKTRZHFY5ANCNFSM4OJKX4KQ>
.
--
Best Regards,
Miguel Vera
+351 915 198 452
miguel.coimbra.vera@protonmail.com
Github/Captainvera <http://www.github.com/captainvera>
|
@captainvera would love a PR :) |
@captainvera @xiadingZ sorry about that! it was a bad bug. Made a PR #2428 and added tests to make sure this doesn't happen again! try master now! |
Well, that was fast, thanks! |
pytorch-lightning: build from master
This is my code:
The text was updated successfully, but these errors were encountered: