Why does F1, Recall, Precision, and Accuracy are outputting the same thing in my implementation? #743
Unanswered
FeryET
asked this question in
Classification
Replies: 1 comment
-
Apparently someone has reproduced this recently: https://stackoverflow.com/questions/69139618/torchmetrics-does-not-work-with-pytorchlightning |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a very barebone
pl.LightningModule
and in that I have create a MetricCollection for each of mytrain
,val
andtest
stages. I have uploaded my example in this gist: The aformentiond gistAs you can see there is something fishy going on. Is
log_dict
appending the same values to all keys?Beta Was this translation helpful? Give feedback.
All reactions