JahLee
JahLee
Similar to #1010. Any way to solve this?
> If this is a graph-building exercise of some kind it may be better to use the kaldifst project https://k2-fsa.github.io/kaldifst/ to do the graph-building, then if needed it can be...
> What do you mean "just did not change"? I got the same error as above, after the optional OpenFST procedures.
> > > What do you mean "just did not change"? > > > > > > I got the same error as above, after the optional OpenFST procedures. >...
> > openfst > > k2 to openfst use "from kaldifst.utils import k2_to_openfst ---> H_fst = k2_to_openfst(H)". compose use "HLG_fst = kaldifst.compose(H_fst, LG_fst)", it success. how to convert openfst to...