cccntu / multi_task_utils

A simple python package for multi-task training: wrappers for pytorch DataLoader and pytorch-lightning DataModule
MIT License
10 stars 0 forks source link

https://multi-task-utils.readthedocs.io/ does not exist #1

Open turian opened 3 years ago

turian commented 3 years ago

https://multi-task-utils.readthedocs.io/ does not appear to exist?

cccntu commented 3 years ago

Hi @turian, Yes. This repo is created using a template, and I didn't create any documentation. However, all the code is in this one file, you can check it out here: https://github.com/cccntu/multi_task_utils/blob/main/multi_task_utils/multi_task_utils.py

I should probably update the readme though. Thanks for your interest! I am curious how did you find this repo?

turian commented 3 years ago

I was googling around for pytorch-lightning multi-task training :)