mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-03 06:04:18 +00:00
Add log weight pushing
This commit is contained in:
parent
8bb2f01b11
commit
4b5b49c9b0
@ -88,7 +88,7 @@ def compile_LG(lang_dir: str) -> k2.Fsa:
|
||||
logging.info(type(LG.aux_labels))
|
||||
logging.info("Determinizing LG")
|
||||
|
||||
LG = k2.determinize(LG)
|
||||
LG = k2.determinize(LG, k2.DeterminizeWeightPushingType.kLogWeightPushing)
|
||||
logging.info(type(LG.aux_labels))
|
||||
|
||||
logging.info("Connecting LG after k2.determinize")
|
||||
|
Loading…
x
Reference in New Issue
Block a user