Metric accuracy change from PL 1.1.8 to 1.2.3 #6670
Unanswered
kielnino
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
I think the mystery is solved with #6696 now. I did'nt reset the metrics properly, which is required from 1.2.x on. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a classical binary segmentation model and log its accuracy with the
pl.metrics.Accuracy
class.This works fine, but when I upgrade from PL 1.1.8 to 1.2.3 without any code changes, the accurcy is much lower (and smoother). So I'm wondering, if there is an API-change to the metrics class or somewhere else that I missed:
The same holds for a custom metric (subclass of the base Metric). Any hint or help would be great!
Beta Was this translation helpful? Give feedback.
All reactions