mirror of https://github.com/coqui-ai/TTS.git
pit scripts
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
|
||||
inflect
|
||||
unidecode
|
||||
tensorboard
|
||||
tensorboardX
|
||||
torch
|
||||
matplotlib
|
||||
Pillow
|
||||
flask
|
||||
|
|
Loading…
Reference in New Issue