Skip to main content

Tacotron2 library

Project description

Tacotron2 library

This Tacotron2 library was changed to be used with vait library.

Original code, README.md and additional information:

https://github.com/NVIDIA/tacotron2

Instalation

1) Install tacotron2 library

(This will also install waveglow library)

pip install tacotron2==22.12.28

2) Install CUDA 11.3 or 11.6

pip install -r requirements-cuda-11.3.txt
# or
pip install -r requirements-cuda-11.6.txt

3) Install apex

git clone https://github.com/NVIDIA/apex /home/${USER}/apex
cd /home/${USER}/apex
pip install -v --disable-pip-version-check --no-cache-dir ./
cd -

4) Download published model files

wget https://drive.google.com/file/d/1c5ZTuT7J08wLUoVZ2KkUs_VdZuJ86ZqA/view?usp=sharing

Usage: Training

tacotron2-train --output_directory=outdir --log_directory=logdir
tacotron2-train --output_directory=outdir --log_directory=logdir -c tacotron2_statedict.pt --warm_start

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tacotron2-22.12.28.tar.gz (201.4 kB view hashes)

Uploaded Source

Built Distribution

tacotron2-22.12.28-py3-none-any.whl (204.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page