H-DenseUNet icon indicating copy to clipboard operation
H-DenseUNet copied to clipboard

Loss function

Open thienquang199x opened this issue 5 years ago • 9 comments

What is "0.78,0.65,8.57" in concat? Thanks

thienquang199x avatar Apr 17 '19 02:04 thienquang199x

weight for background, liver, and tumor.

xmengli avatar Apr 17 '19 02:04 xmengli

How to calculate it ? Thanks

thienquang199x avatar Apr 17 '19 02:04 thienquang199x

Call the dataloader for many iterations, then check the voxel number of the background, liver and tumor respectively.

xmengli avatar Apr 17 '19 02:04 xmengli

Call the dataloader for many iterations, then check the voxel number of the background, liver and tumor respectively.

On Wed, Apr 17, 2019 at 10:46 AM thienquang199x [email protected] wrote:

How to calculate it ? Thanks

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/xmengli999/H-DenseUNet/issues/22#issuecomment-483916246, or mute the thread https://github.com/notifications/unsubscribe-auth/ASRsyBn9vrRsn3JX50qlLxh8jVSkTlsdks5vhosLgaJpZM4c0C-J .

xmengli avatar Apr 17 '19 02:04 xmengli

Thank you very much!

thienquang199x avatar Apr 17 '19 03:04 thienquang199x

Why weight of tumor great than liver and background ?

thienquang199x avatar Apr 17 '19 03:04 thienquang199x

When you call dataloader for many iterations, you can find the voxel amount of tumor is small.

xmengli avatar Apr 17 '19 03:04 xmengli

How to calculate weight ? Tumor/sum(background,liver,tumor) ?

thienquang199x avatar Apr 17 '19 03:04 thienquang199x

Yes, the weight is calculated by Tumor/sum(background,liver,tumor) during the training stages.

xmengli avatar Jul 08 '19 02:07 xmengli