Aku Rouhe commited on
Commit
934b4ef
1 Parent(s): ab2ad71

Fix reference

Browse files
Files changed (1) hide show
  1. hyperparams.yaml +1 -1
hyperparams.yaml CHANGED
@@ -102,7 +102,7 @@ log_softmax: !new:speechbrain.nnet.activations.Softmax
102
  apply_log: True
103
 
104
  lm_model: !new:speechbrain.lobes.models.RNNLM.RNNLM
105
- output_neurons: !ref <num_asr_tokens>
106
  embedding_dim: !ref <emb_size>
107
  activation: !name:torch.nn.LeakyReLU
108
  dropout: 0.0
 
102
  apply_log: True
103
 
104
  lm_model: !new:speechbrain.lobes.models.RNNLM.RNNLM
105
+ output_neurons: !ref <output_neurons>
106
  embedding_dim: !ref <emb_size>
107
  activation: !name:torch.nn.LeakyReLU
108
  dropout: 0.0