Adel-Moumen commited on
Commit
ae9dda0
1 Parent(s): 5e8dc7a

Update hyperparams_develop.yaml

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