QIU Shuo

Results 2 issues of QIU Shuo

Hi, here's a minimal code to replicate this problem ``` import kaldi.fstext as fst from kaldi.fstext import StdVectorFst, StdArc, TropicalWeight subg = StdVectorFst() init = subg.add_state() subg.set_start(init) s0 = subg.add_state()...

## ❓ Questions and Help ### Before asking: 1. search the issues. 2. search the docs. #### What is your question? Hi, I am working on training a 10B model...

question