How to look for overfitting? #2566
-
Is there a better way with this framework to look for overfitting? Since it doesn't log train and val loss? Or is there a way to enable the logging of those without subclassing and ovewriting Just looking for best practices. |
Beta Was this translation helpful? Give feedback.
Answered by
alexriedel1
Feb 17, 2025
Replies: 1 comment 1 reply
-
You can log your training and validation results by using one of the available logging methods: https://anomalib.readthedocs.io/en/latest/markdown/guides/reference/loggers/index.html |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
samet-akcay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can log your training and validation results by using one of the available logging methods: https://anomalib.readthedocs.io/en/latest/markdown/guides/reference/loggers/index.html