You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: IRSTLM is not installed by default anymore. If you need IRSTLM
Warning: use the script extras/install_irstlm.sh
All done OK.
Building Kaldi src
Configuring KALDI to use MKL.
Checking compiler g++ ...
Checking OpenFst library in /home/alejandro/Voice-Privacy-Challenge-2020/kaldi/tools/openfst-1.6.7 ...
Checking cub library in /home/alejandro/Voice-Privacy-Challenge-2020/kaldi/tools/cub-1.8.0 ...
Doing OS specific configurations ...
On Linux: Checking for linear algebra header files ...
Configuring MKL library directory: ***configure failed: MKL libraries could not be found. Please use the switch --mkl-libdir or try another math library, e.g. --mathlib=ATLAS (would be slower) ***
what do i have to do? Because when i open env.sh this is what i found:
if [ $(which python) != /home/alejandro/Voice-Privacy-Challenge-2020/venv/bin/python ]; then source /home/alejandro/Voice-Privacy-Challenge-2020/venv/bin/activate; fi
The text was updated successfully, but these errors were encountered:
After running install.sh i get this:
Warning: IRSTLM is not installed by default anymore. If you need IRSTLM
Warning: use the script extras/install_irstlm.sh
All done OK.
Building Kaldi src
Configuring KALDI to use MKL.
Checking compiler g++ ...
Checking OpenFst library in /home/alejandro/Voice-Privacy-Challenge-2020/kaldi/tools/openfst-1.6.7 ...
Checking cub library in /home/alejandro/Voice-Privacy-Challenge-2020/kaldi/tools/cub-1.8.0 ...
Doing OS specific configurations ...
On Linux: Checking for linear algebra header files ...
Configuring MKL library directory: ***configure failed: MKL libraries could not be found. Please use the switch --mkl-libdir or try another math library, e.g. --mathlib=ATLAS (would be slower) ***
what do i have to do? Because when i open env.sh this is what i found:
if [ $(which python) != /home/alejandro/Voice-Privacy-Challenge-2020/venv/bin/python ]; then source /home/alejandro/Voice-Privacy-Challenge-2020/venv/bin/activate; fi
The text was updated successfully, but these errors were encountered: