.compute script and config.json update

This commit is contained in:
Eren G 2018-07-20 11:41:52 +02:00
parent eef059dd2f
commit f81b45aaac
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -21,10 +21,10 @@
"griffin_lim_iters": 60, "griffin_lim_iters": 60,
"power": 1.5, "power": 1.5,
"num_loader_workers": 8, "num_loader_workers": 4,
"checkpoint": true, "checkpoint": true,
"save_step": 376, "save_step": 750,
"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,