from local

This commit is contained in:
dohe0342 2023-02-25 17:14:31 +09:00
parent 570615fec5
commit a2f1d4f7da
3 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -22,6 +22,7 @@ import torch
from icefall.utils import add_eos, add_sos, get_texts from icefall.utils import add_eos, add_sos, get_texts
'''
DEFAULT_LM_SCALE = [ DEFAULT_LM_SCALE = [
0.01, 0.01,
0.05, 0.05,
@ -48,7 +49,8 @@ DEFAULT_LM_SCALE = [
4.0, 4.0,
5.0, 5.0,
] ]
'''
DEFAULT_LM_SCALE = [0.]
def _intersect_device( def _intersect_device(
a_fsas: k2.Fsa, a_fsas: k2.Fsa,