mirror of https://github.com/coqui-ai/TTS.git
pit scripts
This commit is contained in:
parent
7c6b1fe537
commit
043b59f191
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
source ../tmp/venv/bin/activate
|
||||||
|
python train.py --config_path config.json
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
virtualenv -p python3 ../tmp/venv
|
||||||
|
source ../tmp/venv/bin/activate
|
||||||
|
pip install --no-cache-dir -r requirements.txt
|
|
@ -1,9 +1,9 @@
|
||||||
|
torch
|
||||||
librosa
|
librosa
|
||||||
inflect
|
inflect
|
||||||
unidecode
|
unidecode
|
||||||
tensorboard
|
tensorboard
|
||||||
tensorboardX
|
tensorboardX
|
||||||
torch
|
|
||||||
matplotlib
|
matplotlib
|
||||||
Pillow
|
Pillow
|
||||||
flask
|
flask
|
||||||
|
|
Loading…
Reference in New Issue