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
570615fec5
commit
a2f1d4f7da
Binary file not shown.
Binary file not shown.
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user