loss_kaggle_2018
loss_kaggle_2018 copied to clipboard
Investigation of focal and dice loss for the Kaggle 2018 data science bowl.
Results
1
loss_kaggle_2018 issues
Sort by
recently updated
recently updated
newest added
``` # This formula gives us the log sigmoid of 1-p if y is 0 and of p if y is 1 invprobs = F.logsigmoid(-input * (target * 2 -...