How to create metric visualisation when training #1989
-
Hi I am training Patchcore model via engine
my images_metrics is ['Precision', 'Recall', 'AUPR'] I would like to generate ROC curves at the end of training. In previous version, I saw there was metrics visualiser callback but the latest does not, how can I still do it? Thanks for the help |
Beta Was this translation helpful? Give feedback.
Answered by
samet-akcay
Aug 29, 2024
Replies: 2 comments 8 replies
-
Hello, same problem here! |
Beta Was this translation helpful? Give feedback.
4 replies
-
can you share your training code? What metrics do you want to log? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Depending on your model and dataset, you should have
image_ROC.png
andpixel_ROC.png
in the folder where images are saved. For example, here is my code;This returns the following output: