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
Release history Release notifications | RSS feed
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 details)
Built Distribution
tacotron2-22.12.28-py3-none-any.whl
(204.3 kB
view details)
File details
Details for the file tacotron2-22.12.28.tar.gz
.
File metadata
- Download URL: tacotron2-22.12.28.tar.gz
- Upload date:
- Size: 201.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.10.9 Linux/6.0.0-6-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0d0be6109e88df15c0df506ecfdbaf94bc9ae1d37b3b9773693b48ddf5c0ef5 |
|
MD5 | abf74d7559ccef02013b7a7841cae2dc |
|
BLAKE2b-256 | 97cd9f8ffd6aa6c8b8b5d26a43fee1cec62fe0c3d45a84e3ab80b775a011fe38 |
File details
Details for the file tacotron2-22.12.28-py3-none-any.whl
.
File metadata
- Download URL: tacotron2-22.12.28-py3-none-any.whl
- Upload date:
- Size: 204.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.10.9 Linux/6.0.0-6-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc56819a5336a1b2f7eccfe4af13b8f5fa8027ddec3e1bbf8e4e0f9b5b87c180 |
|
MD5 | c664008baf76f2405b8e841d0e7c542c |
|
BLAKE2b-256 | 92030873934aba6982be39bb1c3642a5be571a58b220931eec76baf16d712ffb |