I'm using Unet model and diceloss for binary segmentation with 1 channel. I'm really confused if I should give the dice loss the predections as they are (after applying sigmoid) or I have to set threshold before passing it to the loss function
I tried passing the preds directly as probabilites but i'm not sure