mirror of
https://github.com/wassname/TTS.git
synced 2026-09-20 12:30:22 +08:00
make learning rate schedule optional
This commit is contained in:
+2
-3
@@ -28,9 +28,8 @@
|
||||
"text_cleaner": "english_cleaners",
|
||||
"epochs": 1000,
|
||||
|
||||
// "lr": 0.0015,
|
||||
"lr": 0.0001,
|
||||
"lr_decay": false,
|
||||
"lr": 0.0015,
|
||||
"lr_decay": true,
|
||||
"warmup_steps": 4000,
|
||||
|
||||
"batch_size": 32,
|
||||
|
||||
Reference in New Issue
Block a user