- Chory Matthias
- Dickbauer Alexander
- Langer Antonia
This project is part of our academic course, it consists of a docker container that trains a text-to-speech model using part of the M-AILABS Speech Dataset.
In order to train the model at a decent speed GPU support needs to be enabled. This is achieved by downloading and enabeling the NVIDIA Container Toolkit.
- Setup a Debian Based OS, preferable Ubuntu 18.04 or 20.04.
- Download and Install Ubuntu Nvidia Drivers (Restart after!)
- Run setup.sh with root privileges
- Change the parameter in train.py
- Run docker-compose build
- Run docker-compose up or docker-compose up -d