mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
fd68117712
commit
570615fec5
Binary file not shown.
Binary file not shown.
@ -479,7 +479,8 @@ def decode_one_batch(
|
||||
"attention-decoder",
|
||||
]
|
||||
|
||||
lm_scale_list = [i/20 for i in range(20)]
|
||||
lm_scale_list = [0]
|
||||
#lm_scale_list = [i/20 for i in range(20)]
|
||||
#lm_scale_list = [0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7]
|
||||
#lm_scale_list += [0.8, 0.9, 1.0, 1.1, 1.2, 1.3]
|
||||
#lm_scale_list += [1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2.0]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user