From 47e86ddfe21a3706428721bbbe91b7193501f517 Mon Sep 17 00:00:00 2001 From: Christian Bock Date: Sat, 25 Nov 2023 20:13:28 +0100 Subject: [PATCH] Added torchMTL to MTL section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89a1fef..b6cac9a 100644 --- a/README.md +++ b/README.md @@ -390,6 +390,7 @@ This is a curated list of tutorials, projects, libraries, videos, papers, books ## Multi-task Learning - [Hierarchical Multi-Task Learning Model](https://github.com/huggingface/hmtl) - [Task-based End-to-end Model Learning](https://github.com/locuslab/e2e-model-learning) +- [torchMTL: A lightweight module for Multi-Task Learning in pytorch](https://github.com/chrisby/torchMTL) ## GANs, VAEs, and AEs - [BigGAN: Large Scale GAN Training for High Fidelity Natural Image Synthesis](https://github.com/ajbrock/BigGAN-PyTorch)