본문 바로가기
728x90
728x90

MachineLearning19

Ubuntu16.04 에서 kaldi 설치하기 / how to install kaldi on ubuntu 16.04 1. kaldi 를 원하는 경로에 git을 통해 가져온다. $ git clone https://github.com/kaldi-asr/kaldi.git 2. tools의 INSTALL 파일을 보고 확인한다. $ cd tools $ vim INSTALL openblas는 사이트에서 별도 설치함 $ git clone https://github.com/xianyi/OpenBLAS.git $ tar zxvf OpenBLAS-0.2.18.tar.gz $ cd OpenBLAS* $ make FC=gfortran $ sudo make install $ sudo apt-get install g++ make automake autoconf unzip wget sox gfortran libtool subversion pyt.. 2019. 12. 29.
Mac OS install mkl_맥에서 MKL 설치하기 https://software.intel.com/en-us/mkl?elqTrackId=c08ca1366ec7458792fc6c9df2ab573e&elqaid=17125&elqat=2 Intel® Math Kernel Library (Intel® MKL) Increase performance and reduce development time with optimized math functions from Intel® Math Kernel Library. software.intel.com 위 경로에서 math kernel library 를 다운받는다. 다운 후 실행 환경변수를 셋팅해준다 ( source /opt/intel/mkl/bin/mklvars.sh intel64 ) 2019. 12. 22.
kaldi stt training 미리 설치 할 내용 1. nvidia-smi 설치하기 sudo add-apt-repository ppa:ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current 2019. 11. 26.
STT AM / LM model AM : Acoustic Model 음향 모델(음성 데이터) pcm LM : Language Model 언어 모델(코퍼스 데이터) text 모델개선시 : 레시피변경/ g2p 변경/ 전처리 소음제거/ 후처리 테이블 특정단어 통일화 2019. 10. 2.
728x90
728x90