Replies: 1 comment 2 replies
-
Hi @umgpy , Thanks for your interest here. Thanks. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am training a multi-class segmentation model using the brats tutorial as base. Here i am using Dice loss and Adam optimizer. While validating I would like to evaluate my model with multiple metrics namely Dice Metric, Hausdorff Distance, Average Surface distance, Confusion metric etc. The additional metrics are for reporting purpose only.
However, while training with just DSC metric the model trains properly but with addition of any of the other metrics the loss goes to inf.
Is it possible to just compute the metric without the training to be affected. I believe TorchMetrics package with its MetricCollection class allows for metric calculation for reporting only.
My code looks like this-
Training log -
Beta Was this translation helpful? Give feedback.
All reactions