- Install Pytorch>=2.4
- Install requirements
- export PYTHONPATH
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124
pip install -r requirements.txt
export PYTHONPATH=.
- data preprocessing
- run train script
python scripts/preprocessing.py -cn ljspeech
python scripts/train.py -cn ljspeech
- OS: Windows 11, Ubuntu 22.04 LTS
- Python: 3.11
- Pytorch: 2.4.1
- GPU: A40 (48gb)
Text: than in the same operations with ugly ones.
Text: A further development of the Roman letter took place at Venice.
Text: The day room was fitted with benches and settles after the manner of the tap in a public-house.
Text: This was notably the case with the early works printed at Ulm, and in a somewhat lesser degree at Augsburg.
Text: result in some degree of interference with the personal liberty of those involved.
Text: We have, therefore,
- Tacotron2 paper
- NVIDIA Tacotron2 Implementation
- Tacotron2 tutorial notebook