@@ -147,35 +147,35 @@ $(EXT_SUBDIRS) : mklibdir
147147
148148bin fstbin gmmbin fgmmbin sgmmbin sgmm2bin featbin nnetbin nnet2bin nnet3bin chainbin latbin ivectorbin lmbin kwsbin online2bin : \
149149 base matrix util feat tree optimization thread gmm transform sgmm sgmm2 fstext hmm \
150- lm decoder lat cudamatrix nnet nnet2 nnet3 ivector chain
150+ lm decoder lat cudamatrix nnet nnet2 nnet3 ivector chain kws online2
151151
152152# 2)The libraries have inter-dependencies
153153base :
154154matrix : base
155155thread : base
156156util : base matrix thread
157157feat : base matrix util gmm transform tree thread
158- tree : base util matrix
158+ tree : base util thread matrix
159159optimization : base matrix
160160gmm : base util matrix tree thread
161161transform : base util matrix gmm tree thread
162162sgmm : base util matrix gmm tree transform thread hmm
163163sgmm2 : base util matrix gmm tree transform thread hmm
164- fstext : base util matrix tree
165- hmm : base tree matrix util
166- lm : base util fstext
167- decoder : base util matrix gmm sgmm hmm tree transform lat
168- lat : base util hmm tree matrix
169- cudamatrix : base util matrix
170- nnet : base util matrix cudamatrix
164+ fstext : base util thread matrix tree
165+ hmm : base tree matrix util thread
166+ lm : base util thread matrix fstext
167+ decoder : base util thread matrix gmm sgmm hmm tree transform lat
168+ lat : base util thread hmm tree matrix
169+ cudamatrix : base util thread matrix
170+ nnet : base util thread matrix cudamatrix
171171nnet2 : base util matrix thread lat gmm hmm tree transform cudamatrix
172- nnet3 : base util matrix thread lat gmm hmm tree transform cudamatrix chain
173- chain : lat hmm tree fstext matrix cudamatrix util base
172+ nnet3 : base util matrix thread lat gmm hmm tree transform cudamatrix chain fstext
173+ chain : lat hmm tree fstext matrix cudamatrix util thread base
174174ivector : base util matrix thread transform tree gmm
175175# 3)Dependencies for optional parts of Kaldi
176176onlinebin : base matrix util feat tree optimization gmm transform sgmm sgmm2 fstext hmm lm decoder lat cudamatrix nnet nnet2 online thread
177177# python-kaldi-decoding: base matrix util feat tree optimization thread gmm transform sgmm sgmm2 fstext hmm decoder lat online
178178online : decoder gmm transform feat matrix util base lat hmm thread tree
179- online2 : decoder gmm transform feat matrix util base lat hmm thread ivector cudamatrix nnet2 nnet3
180- kws : base util hmm tree matrix lat
179+ online2 : decoder gmm transform feat matrix util base lat hmm thread ivector cudamatrix nnet2 nnet3 chain
180+ kws : base util thread hmm tree matrix lat
181181
0 commit comments