thanhtvt
commited on
Commit
•
6899257
1
Parent(s):
56efb41
remove decoder from config file
Browse files- config.yaml +0 -6
config.yaml
CHANGED
@@ -68,9 +68,3 @@ model: !new:uetasr.models.rnnt.RNNT
|
|
68 |
ctc_lin: !ref <ctc_lin>
|
69 |
ctc_dropout: 0.1
|
70 |
use_cmvn: True
|
71 |
-
|
72 |
-
decoder: !new:uetasr.searchers.GreedyRNNTV2
|
73 |
-
decoder: !ref <decoder_model>
|
74 |
-
jointer: !ref <jointer_model>
|
75 |
-
text_decoder: !ref <text_encoder>
|
76 |
-
max_symbols_per_step: 10
|
|
|
68 |
ctc_lin: !ref <ctc_lin>
|
69 |
ctc_dropout: 0.1
|
70 |
use_cmvn: True
|
|
|
|
|
|
|
|
|
|
|
|