nabsabraham/focal-tversky-unet

val_dsc is bigger than 1?

linyingyingkarina opened this issue · 1 comments

thanks for your work.

I have encountered an issue that when I training the model with my own data, the dsc and val_dsc during training is bigger than 1? if I am right, I think the DSC is for dice coefficient, it should be less than 1. thanks.

one possibility I can think of is the mask used for compute DSC contains value greater than 1.