deep supervision loss #1117
-
For the deep supervision implemented in dynamic unet of MONAI (https://docs.monai.io/en/stable/_modules/monai/networks/nets/dynunet.html). Is there a particular loss to apply or I just do the sum of the loss of each of the deep supervision heads? |
Beta Was this translation helpful? Give feedback.
Answered by
yiheng-wang-nv
Dec 19, 2022
Replies: 1 comment
-
Hi @cugwu , the loss used is in: I think you can also try to adjust the weights for different resolutions, not sure if there are other methods. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cugwu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @cugwu , the loss used is in:
tutorials/modules/dynunet_pipeline/trainer.py
Line 56 in 608795f
I think you can also try to adjust the weights for different resolutions, not sure if there are other methods.