Adel-Moumen
commited on
Update hyperparams_develop.yaml
Browse files- hyperparams_develop.yaml +1 -0
hyperparams_develop.yaml
CHANGED
@@ -98,6 +98,7 @@ decoder: !new:speechbrain.decoders.S2STransformerBeamSearch
|
|
98 |
temperature: 1.15
|
99 |
using_eos_threshold: False
|
100 |
length_normalization: True
|
|
|
101 |
|
102 |
log_softmax: !new:torch.nn.LogSoftmax
|
103 |
dim: -1
|
|
|
98 |
temperature: 1.15
|
99 |
using_eos_threshold: False
|
100 |
length_normalization: True
|
101 |
+
scorer: !ref <scorer>
|
102 |
|
103 |
log_softmax: !new:torch.nn.LogSoftmax
|
104 |
dim: -1
|