-
Notifications
You must be signed in to change notification settings - Fork 42
"there is a cycle" during Determinizing L*G #36
Comments
I guess you are running with BTW, there's another issue in |
Thank you, I'll try it as soon as decode.py is available. |
I tried the latest version today and the error still appears. |
Thanks, bear in mind we are still tuning the model, so please ignore the bad WER for now (but definitely you can see the whole train/decoding process with k2 and lhotse) |
I was trying the Librispeech example and got error when running decode.py
Loading L_disambig.fst.txt
Loading G.fsa.txt
DEBUG:root:Intersecting L and G
DEBUG:root:LG shape = (21246039, None)
DEBUG:root:Connecting LG
DEBUG:root:LG shape = (21246039, None)
DEBUG:root:Determinizing LG
[F] /home/yckj2113/github/k2/k2/csrc/host/fsa_util.cc:void k2host::CreateFsa(const std::vectork2host::Arc&, k2host::Fsa*, std::vector*):470 there is a cycle: 15976413 -> 256
My lm was downloaded using run.sh.
The text was updated successfully, but these errors were encountered: