Ye
Ye
Hello Mr. Kumar, I noticed that you set ``` self.inputFeatDim = 429 ## IMPORTANT: HARDCODED. Change if necessary. ``` I am wondering how can I check the inputFeatDim of my...
Potential solution: use supervised learning to classify whether a time frame (a word/phrase) is Chinese or not (binary class, 1 :: Chinese, 0 :: English)
after running command: ``` steps/train_deltas.sh --cmd run.pl 1000 11000 data/train data/lang exp/mono_ali exp/tri1 ``` , ``` there is this error: ``` ERROR (make-h-transducer[5.1.46~1-0d031]:TopologyForPhone():hmm-topology.cc:333) TopologyForPhone(), phone 2005 not covered. ``` full...
To generate G.fst I executed ``` arpa2fst --disambig-symbol=#0 --read-symbol-table=$lang/words.txt $local/tmp/lm.arpa $lang/G.fst ``` which outputs the following warning: ``` yh2901@instance-1:~/kaldi/egs/codeswitch$ ./make_graph.sh ===== MAKING G.fst ===== arpa2fst --disambig-symbol=#0 --read-symbol-table=data/lang/words.txt data/local/tmp/lm.arpa data/lang/G.fst LOG...
seen warning: optional-silence SIL is seen only 79.5256679676% of the time at utterance begin. This may not be optimal. Command: ``` steps/decode.sh --nj 8 --cmd run.pl exp/tri1/graph data/test exp/tri1/decode ```...
during the triphone training, there is a giant sequence of warning complaining `Tree has pdf-id x with no stats`, like the following: ``` WARNING (gmm-init-model[5.0.61~1-37b53]:InitAmGmm():gmm-init-model.cc:55) Tree has pdf-id 3 with...