unet-tensorflow-keras icon indicating copy to clipboard operation
unet-tensorflow-keras copied to clipboard

What can I do to use the dice metric in this code?

Open li-pengcheng opened this issue 5 years ago • 0 comments

at line136 in train.py, i add: dice = dice_coef_loss(y_batch[0], pred_map) but it seems don't work, could you please give me some information about how to use this metric, thx!

li-pengcheng avatar Nov 13 '18 03:11 li-pengcheng