File size: 479 Bytes
34f873f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{
"epochs": 7000,
"learning_rate": 1e-20,
"mel_lr_weight": 1,
"text_lr_weight": 0.01,
"learning_rate_scheme": "Multistep",
"learning_rate_schedule": "",
"learning_rate_restarts": 4,
"batch_size": 8,
"gradient_accumulation_size": 4,
"save_rate": 60,
"validation_rate": 60,
"half_p": true,
"bitsandbytes": true,
"validation_enabled": false,
"workers": 2,
"gpus": 1,
"source_model": "./models/tortoise/autoregressive.pth",
"resume_state": "",
"voice": "louise"
}
|