You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Unet++ paper(https://arxiv.org/pdf/1807.10165.pdf), they stated that
''We have added a combination of binary cross-entropy and dice coefficient as the loss function to each of the above four semantic levels"
However I want to try the same mechanism on other architectures. As I'm new to mmseg; how could I combine multiple loss functions?