Closed abhigoku10 closed 2 years ago
Yes, I don't think it is problem. On segmentation task, the imbalanced classes is a challenge and we solved this problem by combining between Focal Loss and Tversky Loss. You can try it and adjust parameters a, b:
Loss = a * Focal Loss + b * Tversky Loss
Yes, I don't think it is problem. On segmentation task, the imbalanced classes is a challenge and we solved this problem by combining between Focal Loss and Tversky Loss. You can try it and adjust parameters a, b:
Loss = a * Focal Loss + b * Tversky Loss
I think he's correct 👍 Linking to #20 for easy tracking.
@datvuthanh thanks for sharing the code based i have following queries
Please share your thoughts Thanks in advance