mirror of https://github.com/coqui-ai/TTS.git
Change snakepit scripts
This commit is contained in:
parent
934639128d
commit
c3faa2dd75
2
.compute
2
.compute
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
source ../tmp/venv/bin/activate
|
source ../tmp/venv/bin/activate
|
||||||
python train.py --config_path config.json
|
python train.py --config_path config.json --debug true
|
||||||
|
|
2
.install
2
.install
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
virtualenv -p python3 ../tmp/venv
|
virtualenv -p python3 ../tmp/venv
|
||||||
source ../tmp/venv/bin/activate
|
source ../tmp/venv/bin/activate
|
||||||
python setup.py develop
|
python setup.py develop
|
||||||
|
|
|
@ -28,5 +28,5 @@
|
||||||
"print_step": 50,
|
"print_step": 50,
|
||||||
"data_path": "/snakepit/shared/data/keithito/LJSpeech-1.1/",
|
"data_path": "/snakepit/shared/data/keithito/LJSpeech-1.1/",
|
||||||
"min_seq_len": 0,
|
"min_seq_len": 0,
|
||||||
"output_path": "models/"
|
"output_path": "experiments/"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue