Update hyperparams.yaml
Browse files- hyperparams.yaml +2 -2
hyperparams.yaml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
embedding_dim: 128
|
3 |
|
4 |
in_channels: 128
|
@@ -30,7 +30,7 @@ generator: !new:speechbrain.lobes.models.HifiGAN.UnitHifiganGenerator
|
|
30 |
inference_padding: !ref <inference_padding>
|
31 |
cond_channels: !ref <cond_channels>
|
32 |
conv_post_bias: !ref <conv_post_bias>
|
33 |
-
|
34 |
embedding_dim: !ref <embedding_dim>
|
35 |
duration_predictor: True
|
36 |
var_pred_hidden_dim: !ref <var_pred_hidden_dim>
|
|
|
1 |
+
vocab_size: 101
|
2 |
embedding_dim: 128
|
3 |
|
4 |
in_channels: 128
|
|
|
30 |
inference_padding: !ref <inference_padding>
|
31 |
cond_channels: !ref <cond_channels>
|
32 |
conv_post_bias: !ref <conv_post_bias>
|
33 |
+
vocab_size: !ref <vocab_size>
|
34 |
embedding_dim: !ref <embedding_dim>
|
35 |
duration_predictor: True
|
36 |
var_pred_hidden_dim: !ref <var_pred_hidden_dim>
|