speechbrain
English
Spoken language understanding
lorenlugosch commited on
Commit
97a1126
·
1 Parent(s): d124261

remove unnecessary fields

Browse files
Files changed (1) hide show
  1. hyperparams.yaml +0 -6
hyperparams.yaml CHANGED
@@ -85,13 +85,7 @@ beam_searcher: !new:speechbrain.decoders.S2SRNNBeamSearcher
85
  max_attn_shift: 30
86
  coverage_penalty: 0.
87
 
88
- log_softmax: !new:speechbrain.nnet.activations.Softmax
89
- apply_log: True
90
-
91
  modules:
92
  slu_enc: !ref <slu_enc>
93
- output_emb: !ref <output_emb>
94
- dec: !ref <dec>
95
- seq_lin: !ref <seq_lin>
96
  beam_searcher: !ref <beam_searcher>
97
 
 
85
  max_attn_shift: 30
86
  coverage_penalty: 0.
87
 
 
 
 
88
  modules:
89
  slu_enc: !ref <slu_enc>
 
 
 
90
  beam_searcher: !ref <beam_searcher>
91