mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
pit scripts
This commit is contained in:
@@ -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
-1
@@ -1,9 +1,9 @@
|
||||
torch
|
||||
librosa
|
||||
inflect
|
||||
unidecode
|
||||
tensorboard
|
||||
tensorboardX
|
||||
torch
|
||||
matplotlib
|
||||
Pillow
|
||||
flask
|
||||
|
||||
Reference in New Issue
Block a user