Commit
·
d121fe5
1
Parent(s):
9fbff58
Update hyperparams.yaml
Browse files- hyperparams.yaml +2 -0
hyperparams.yaml
CHANGED
@@ -29,6 +29,8 @@ temperature: 1.25
|
|
29 |
asr_model: !apply:speechbrain.pretrained.EncoderDecoderASR.from_hparams
|
30 |
source: speechbrain/asr-crdnn-rnnlm-librispeech
|
31 |
|
|
|
|
|
32 |
slu_enc: !new:speechbrain.nnet.containers.Sequential
|
33 |
input_shape: [null, null, !ref <ASR_encoder_dim>]
|
34 |
lstm: !new:speechbrain.nnet.RNN.LSTM
|
|
|
29 |
asr_model: !apply:speechbrain.pretrained.EncoderDecoderASR.from_hparams
|
30 |
source: speechbrain/asr-crdnn-rnnlm-librispeech
|
31 |
|
32 |
+
asr_model_source: speechbrain/asr-crdnn-rnnlm-librispeech
|
33 |
+
|
34 |
slu_enc: !new:speechbrain.nnet.containers.Sequential
|
35 |
input_shape: [null, null, !ref <ASR_encoder_dim>]
|
36 |
lstm: !new:speechbrain.nnet.RNN.LSTM
|