mirror of https://github.com/coqui-ai/TTS.git
.compute script and config.json update
parent
eef059dd2f
commit
f81b45aaac
2
.compute
2
.compute
|
@ -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
|
||||
|
|
|
@ -21,10 +21,10 @@
|
|||
"griffin_lim_iters": 60,
|
||||
"power": 1.5,
|
||||
|
||||
"num_loader_workers": 8,
|
||||
"num_loader_workers": 4,
|
||||
|
||||
"checkpoint": true,
|
||||
"save_step": 376,
|
||||
"save_step": 750,
|
||||
"print_step": 50,
|
||||
"data_path": "/snakepit/shared/data/keithito/LJSpeech-1.1/",
|
||||
"min_seq_len": 0,
|
||||
|
|
Loading…
Reference in New Issue