median-research-group / LibMTL

A PyTorch Library for Multi-Task Learning
MIT License
2.01k stars 185 forks source link

Support for Nash-MTL #7

Closed AvivNavon closed 2 years ago

AvivNavon commented 2 years ago

Thanks for this great repo, it is very useful!

Could you please add support for the Nash-MTL method described in the paper "Multi-Task Learning as a Bargaining Game"?

Paper: https://arxiv.org/abs/2202.01017 Official code: https://github.com/AvivNavon/nash-mtl

Thanks

Baijiong-Lin commented 2 years ago

Thank you for your advice and excellent work. We will add it to the next version of LibMTL.

AvivNavon commented 2 years ago

That's great, thank you.

AvivNavon commented 2 years ago

Hi, any updates on the timeline for this? I'm also happy to open a pull request for this. Just to update, our paper was accepted to ICML 2022 so I think this would be a good addition to the repo.

Baijiong-Lin commented 2 years ago

Congratulation. We have added support for Nash-MTL. Thank you for your enthusiasm.

AvivNavon commented 2 years ago

That's great. Thank you for this great and important repo.

yushengjiexy commented 1 year ago

你好