|
From: Nickolay V. S. <nsh...@gm...> - 2013-12-12 00:06:01
|
Dear Daniel Sounds great, there is a minor thing, dan2 branch recently had some issues to build. I'm attaching the patch to fix the issues, the errors are: First common issue is with int32: fgmm-global-gselect-to-post.cc: In function 'int main(int, char**)': fgmm-global-gselect-to-post.cc:68: error: reference to 'int32' is ambiguous /home/shmyrev/dnn/dan2/tools/openfst/include/fst/types.h:30: error: candidates are: typedef int32_t int32 Second issue is with CuMatrix: ../nnet2/kaldi-nnet2.a(nnet-component.o): In function `kaldi::CuMatrixBase<double>::AddMatTp(double, kaldi::CuMatrixBase<double> const&, kaldi::MatrixTransposeType, kaldi::CuTpMatrix<double> const&, kaldi::MatrixTransposeType, double)': /home/shmyrev/dnn/dan2/src/nnet2/../cudamatrix/cu-matrix.h:334: undefined reference to `kaldi::CuMatrix<double>::CuMatrix<double>(kaldi::CuTpMatrix<double> const&, kaldi::MatrixTransposeType)' ../nnet2/kaldi-nnet2.a(nnet-component.o): In function `kaldi::CuMatrixBase<double>::AddTpMat(double, kaldi::CuTpMatrix<double> const&, kaldi::MatrixTransposeType, kaldi::CuMatrixBase<double> const&, kaldi::MatrixTransposeType, double)': On 11/12/2013 at 13:45 -0500, Daniel Povey wrote: > > Everyone, > > > I just merged the "sandbox/dan2" version of Kaldi back into the trunk, > and deleted the sandbox/dan2 branch. > If anyone has copies of ^/sandbox/dan2 they should switch them to > point to the trunk by cd'ing to the top level of their repository and > typing > > > svn switch ^/trunk > > Dan |