Training loss crush after few epochs #893
Unanswered
sulaimanvesal
asked this question in
Q&A
Replies: 1 comment
-
Hi @sulaimanvesal, could you please provide more information like your MONAI version, your data and how you compute your Dice. And if you verify the network's data entry? To determine exactly what went wrong, you might be able to simplify your data preparation and data checking processes. |
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.
-
Hi team,
Thank you for your all supports.
It's been awhile that I am using Monai for our multi-modal image segmentation (DynUNet 3D). Recently after fixing many issues, I was able to run a model. However, there is a weird behavior during the training. The model is converging nicely however after 10-15 epochs both the loss and dice_metric crushing and goes to zero.
In the beginning, I also get the following warning which after deubgging I though it's from dice metric function.
invalid value encountered in true_divide
. However, I made sure that all the labels should have binary values [0,1]. My model is basically does a lesion segmentation so it's a binary.I was wondering if I do something wrong here.
Beta Was this translation helpful? Give feedback.
All reactions