Pytorch-UNet
Pytorch-UNet copied to clipboard
how to get approximate value as the description Dice coefficient of 0.988423
hi, i got a Dice coefficient of 0.6736 with scaled 0.5, but throught the description you got a Dice coefficient of 0.988423, how did you got this? my approach is : 2*(prediction * ground truch mask )/(predition + ground truth mask)
Hi, running the latest master with scale 0.5 and AMP (python train.py --amp) gives 0.988
