Home / complie kaldi

complie kaldi


git clone https://github.com/kaldi-asr/kaldi.git kaldi --origin upstream
   cd kaldi
tools/extras/check_dependencies.sh
proxychains make -j 4
By default, Kaldi builds against OpenFst-1.3.4. If you want to build against
OpenFst-1.4, edit the Makefile in this folder. Note that this change requires
a relatively new compiler with C++11 support, e.g. gcc >= 4.6, clang >= 3.0.
proxychains tools/extras/install_irstlm.sh
cd ../..
cd src
proxychains make depend -j 4
proxychains make -j 4



     RSS of this page