mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
config
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"run_name": "ljspeech",
|
||||
"run_description": "Tacotron2",
|
||||
"run_description": "Tacotron prenet fix test run - dev-memory_fix",
|
||||
|
||||
"audio":{
|
||||
// Audio processing parameters
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
"reinit_layers": [],
|
||||
|
||||
"model": "Tacotron2", // one of the model in models/
|
||||
"model": "Tacotron", // one of the model in models/
|
||||
"grad_clip": 1, // upper limit for gradients for clipping.
|
||||
"epochs": 1000, // total number of epochs to train.
|
||||
"lr": 0.0001, // Initial learning rate. If Noam decay is active, maximum learning rate.
|
||||
|
||||
Reference in New Issue
Block a user