chaanks commited on
Commit
5d4d3ed
1 Parent(s): 9cdc67f

Update hyperparams.yaml

Browse files
Files changed (1) hide show
  1. hyperparams.yaml +2 -2
hyperparams.yaml CHANGED
@@ -1,4 +1,4 @@
1
- num_embeddings: 101
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
- num_embeddings: !ref <num_embeddings>
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>