mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
Change snakepit scripts
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
source ../tmp/venv/bin/activate
|
||||
python train.py --config_path config.json
|
||||
python train.py --config_path config.json --debug true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
virtualenv -p python3 ../tmp/venv
|
||||
source ../tmp/venv/bin/activate
|
||||
python setup.py develop
|
||||
python setup.py develop
|
||||
|
||||
+1
-1
@@ -28,5 +28,5 @@
|
||||
"print_step": 50,
|
||||
"data_path": "/snakepit/shared/data/keithito/LJSpeech-1.1/",
|
||||
"min_seq_len": 0,
|
||||
"output_path": "models/"
|
||||
"output_path": "experiments/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user