Adel-Moumen commited on
Commit
0ba10b5
1 Parent(s): ae9dda0

Update hyperparams_develop.yaml

Browse files
Files changed (1) hide show
  1. hyperparams_develop.yaml +2 -1
hyperparams_develop.yaml CHANGED
@@ -54,7 +54,8 @@ encoder: !new:speechbrain.nnet.containers.LengthsCapableSequential
54
  enc: !ref <enc>
55
  ctc_lin: !ref <ctc_lin>
56
 
57
- decoding_type: "beam"
 
58
 
59
  modules:
60
  encoder: !ref <encoder>
 
54
  enc: !ref <enc>
55
  ctc_lin: !ref <ctc_lin>
56
 
57
+ decoding_function: !name:speechbrain.decoders.ctc_greedy_decode
58
+ blank_id: !ref <blank_index>
59
 
60
  modules:
61
  encoder: !ref <encoder>