I want to run KWS code in FARDAT dataset but in log output said: "Cannot find utterance id".
# lattice-add-penalty --word-ins-penalty=0 "ark:gzip -cdf exp/mono/decode_test/lat.1.gz|" ark:- | lattice-align-words --max-expand=180 data/lang_test_word//phones/
word_boundary.int exp/mono/final.mdl ark:- ark:- | lattice-scale --acoustic-scale=0.1 --lm-scale=1.0 ark:- ark:- | lattice-to-kws-index --max-states-scale=4 --allow-partial=true --frame-subsampling-factor=1 --max-silence-frames=50 --strict=true ark:data/kws//utter_id ark:- ark:- | kws-index-union --skip-optimization=false --strict=true --max-states=1000000 ark:- "ark:|gzip -c > exp/mono/decode_test/kws/index.1.gz"
# Started at Tue Jan 30 10:31:02 +0330 2018
#
lattice-scale --acoustic-scale=0.1 --lm-scale=1.0 ark:- ark:-
lattice-add-penalty --word-ins-penalty=0 'ark:gzip -cdf exp/mono/decode_test/lat.1.gz|' ark:-
lattice-to-kws-index --max-states-scale=4 --allow-partial=true --frame-subsampling-factor=1 --max-silence-frames=50 --strict=true ark:data/kws//utter_id ark:- ark:-
kws-index-union --skip-optimization=false --strict=true --max-states=1000000 ark:- 'ark:|gzip -c > exp/mono/decode_test/kws/index.1.gz'
lattice-align-words --max-expand=180 data/lang_test_word//phones/
word_boundary.int exp/mono/final.mdl ark:- ark:-
LOG (lattice-to-kws-index[5.2]:main():lattice-to-kws-index.cc:105) Processing lattice 007_1_43
WARNING (lattice-to-kws-index[5.2]:main():lattice-to-kws-index.cc:114) Cannot find utterance id for 007_1_43
LOG (lattice-to-kws-index[5.2]:main():lattice-to-kws-index.cc:105) Processing lattice 007_1_44
WARNING (lattice-to-kws-index[5.2]:main():lattice-to-kws-index.cc:114) Cannot find utterance id for 007_1_44
LOG (lattice-to-kws-index[5.2]:main():lattice-to-kws-index.cc:105) Processing lattice 007_1_45
WARNING (lattice-to-kws-index[5.2]:main():lattice-to-kws-index.cc:114) Cannot find utterance id for 007_1_45
LOG (lattice-to-kws-index[5.2]:main():lattice-to-kws-index.cc:105) Processing lattice 007_1_46
WARNING (lattice-to-kws-index[5.2]:main():lattice-to-kws-index.cc:114) Cannot find utterance id for 007_1_46
LOG (lattice-to-kws-index[5.2]:main():lattice-to-kws-index.cc:105) Processing lattice 007_1_47
WARNING (lattice-to-kws-index[5.2]:main():lattice-to-kws-index.cc:114) Cannot find utterance id for 007_1_47
.
.
.[51 line similar]
.
LOG (lattice-align-words[5.2]:main():lattice-align-words.cc:125) Successfully aligned 81 lattices; 0 had errors.
LOG (lattice-scale[5.2]:main():lattice-scale.cc:90) Done 81 lattices.
LOG (lattice-to-kws-index[5.2]:main():lattice-to-kws-index.cc:105) Processing lattice 097_2_41
WARNING (lattice-to-kws-index[5.2]:main():lattice-to-kws-index.cc:114) Cannot find utterance id for 097_2_41
LOG (lattice-to-kws-index[5.2]:main():lattice-to-kws-index.cc:220) Done 0 lattices, failed for 81
LOG (kws-index-union[5.2]:main():kws-index-union.cc:104) Done 0 indices
# Accounting: time=1 threads=1
# Ended (code 1) at Tue Jan 30 10:31:03 +0330 2018, elapsed time 1 seconds