tf_unet
tf_unet copied to clipboard
dice coefficient nan
Hi,
I'm trying to use dice coefficient loss as the cost function but after several iteration, the loss start to become NaN, I don't know what's going on. I read the source code and saw there is an eps in the union to prevent divided by zero. But the result is still Nan. Anyone can help?
This is a known issue (#28) but unfortunately I haven't found a solution yet. Sorry for that