chaanks commited on
Commit
3184a9e
1 Parent(s): f376c9e

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: 6001
2
  embedding_dim: 1024
3
 
4
  in_channels: 1024
@@ -25,7 +25,7 @@ generator: !new:speechbrain.lobes.models.HifiGAN.UnitHifiganGenerator
25
  inference_padding: !ref <inference_padding>
26
  cond_channels: !ref <cond_channels>
27
  conv_post_bias: !ref <conv_post_bias>
28
- num_embeddings: !ref <num_embeddings>
29
  embedding_dim: !ref <embedding_dim>
30
  duration_predictor: False
31
  multi_speaker: False
 
1
+ vocab_size: 6001
2
  embedding_dim: 1024
3
 
4
  in_channels: 1024
 
25
  inference_padding: !ref <inference_padding>
26
  cond_channels: !ref <cond_channels>
27
  conv_post_bias: !ref <conv_post_bias>
28
+ vocab_size: !ref <vocab_size>
29
  embedding_dim: !ref <embedding_dim>
30
  duration_predictor: False
31
  multi_speaker: False