File size: 588 Bytes
2c7c7ef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"epochs": 500,
	"learning_rate": 1e-05,
	"mel_lr_weight": 1,
	"text_lr_weight": 0.01,
	"learning_rate_scheme": "Multistep",
	"learning_rate_schedule": "[2, 4, 9, 18, 25, 33, 50, 59]",
	"learning_rate_restarts": 4,
	"batch_size": 34,
	"gradient_accumulation_size": 4,
	"save_rate": 100,
	"validation_rate": 100,
	"half_p": true,
	"bitsandbytes": true,
	"validation_enabled": false,
	"workers": 2,
	"gpus": 1,
	"source_model": "./models/tortoise/autoregressive.pth",
	"resume_state": "./training/louise epoch beyond/finetune/training_state//4192.state",
	"voice": "louise epoch beyond"
}