kaldi部署过程

git clone ...

cd kaldi-dir

cd tools
sh extras/check_dependencies.sh
按提示来,需要什么就补什么
make -j 20

make openblas (可以先检查一下gfortran是否安装,如无 sudo apt install gfortran)

cd ../src
./configure --openblas-root=../tools/OpenBLAS/install

修改kaldi.mk 41行,增加-fPIC 编译选项

make -j 30

done

猜你喜欢

转载自www.cnblogs.com/bingdongwuchi/p/8966449.html
今日推荐