Cygwin - Troubleshoot Issues of Installing Kaldi on Cygwin
1. Files are too big.
Enter the following command before configure in kaldi/src:
export CXXFLAGS=”-O3” |
2. OpenFst error
After install tools, install openfst 1.6.7 in kaldi/tools again.
Append option "--fst-root=" and location of openfst in /usr to ./configure.
3. Replace Intel MKL with OpenBLAS.
By appending "--mathlib=OPENBLAS" to ./configure, use OpenBLAS instead of Intel MKL.
Comments
Post a Comment