mirror of
https://github.com/wassname/TTS.git
synced 2026-09-12 12:11:47 +08:00
optional lr schedule
This commit is contained in:
+7
-3
@@ -27,11 +27,15 @@
|
||||
"embedding_size": 256,
|
||||
"text_cleaner": "english_cleaners",
|
||||
"epochs": 1000,
|
||||
"lr": 0.0015,
|
||||
|
||||
// "lr": 0.0015,
|
||||
"lr": 0.0001,
|
||||
"lr_decay": false,
|
||||
"warmup_steps": 4000,
|
||||
"batch_size":32,
|
||||
|
||||
"batch_size": 32,
|
||||
"eval_batch_size":32,
|
||||
"r": 1,
|
||||
"r": 5,
|
||||
"wd": 0.000001,
|
||||
"checkpoint": true,
|
||||
"save_step": 5000,
|
||||
|
||||
Reference in New Issue
Block a user