mirror of https://github.com/coqui-ai/TTS.git
fix the config
This commit is contained in:
parent
a669a492c6
commit
5de7eb708b
|
@ -65,6 +65,7 @@
|
|||
// MODEL PARAMETERS
|
||||
"positional_encoding": true,
|
||||
"hidden_channels": 256,
|
||||
"hidden_channels_dp": 256,
|
||||
"encoder_type": "fftransformer",
|
||||
"encoder_params":{
|
||||
"hidden_channels_ffn": 1024 ,
|
||||
|
|
Loading…
Reference in New Issue