-- Configuring incomplete, errors occurred!
I have build mkl ,but meet this error .how can i do ?
export MKL_ROOT=/your_install_path
I want to know ,when i use macbook pro,and do not have cuda,how can i do to build this project?
@zhengqun 鈥斅爕ou'll need to build the flashlight CPU backend, then build wav2letter++ with the CPU criterion backend. You also will only be able to train convolution-style acoustic models, since we don't yet have RNN support for the CPU backend with flashlight (this is coming soon).
I have build mkl ,but meet this error .how can i do ?
in ubuntu i had the same error
i solved it by running following command source mklvars.sh intel64 in the directory /opt/intel/mkl/bin/
after running this command build wav2letter again using cmake .. -DCMAKE_BUILD_TYPE=Release -DCRITERION_BACKEND=CUDA from <path_to_wav2letter>/wav2letter/build
Most helpful comment
in ubuntu i had the same error
i solved it by running following command
source mklvars.sh intel64in the directory/opt/intel/mkl/bin/after running this command build wav2letter again using
cmake .. -DCMAKE_BUILD_TYPE=Release -DCRITERION_BACKEND=CUDAfrom<path_to_wav2letter>/wav2letter/build