Replies: 1 comment 3 replies
-
|
Hi @o-fares , When you use Thanks. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hello,
I am using tensorboard to monitor my classification results, and I would like to check the confusion matrix during the training.
I already use the confusion_matrix function from monai.metrics and I tried to use a ConfusionMatrix handler, but I am struggling since there is no specific handler for Tensorboard.
Is there a proper way to display the confusion matrix directly in tensorboard by linking it to a handler ?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions