median-research-group / LibMTL

A PyTorch Library for Multi-Task Learning
MIT License
1.94k stars 181 forks source link

How to implement MTL scenario when each sample has some of the labels available and not for all the tasks. #63

Closed hasanfarooq7 closed 9 months ago

hasanfarooq7 commented 9 months ago

Wanted to ask if this library supports MTL cases where each input sample has labels for some of the tasks instead of having labels for all tasks. If yes then what should be the way?

Baijiong-Lin commented 9 months ago

LibMTL does not support this case now.