mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
config change for lr=0.0001 with no scheduler
This commit is contained in:
+2
-2
@@ -28,8 +28,8 @@
|
||||
"text_cleaner": "english_cleaners",
|
||||
"epochs": 1000,
|
||||
|
||||
"lr": 0.0015,
|
||||
"lr_decay": true,
|
||||
"lr": 0.0001,
|
||||
"lr_decay": false,
|
||||
"warmup_steps": 4000,
|
||||
|
||||
"batch_size": 32,
|
||||
|
||||
Reference in New Issue
Block a user