-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPU version 1.4.1 for Linux doesn't work #22
Comments
Specifically check `LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib` is present in your .bashrc if you use bash or .zshrc of you use zsh
|
Should /usr/local/lib be checked for libraries by default? Anyway, I exported it and still no cookie. :( Actually, in the virtual env:
So it seems that actually, the library was found and linked against. But why the error message then? |
What is your OS, and did you follow the instructions in the README when installing mkl? # If you don't have cmake
sudo apt install cmake
git clone https://github.com/01org/mkl-dnn.git
cd mkl-dnn/scripts && ./prepare_mkl.sh && cd ..
mkdir -p build && cd build && cmake .. && make
sudo make install
echo 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib' >> ~/.bashrc |
@danqing I followed all instructions. As for |
Hey I'm having this problem too, on plain Ubuntu 18.04. |
I faced the same problem. |
I installed the wheel for Python 3.6 from here. However, when trying to import tensorflow, I see the error below. Even if I install mkl-dnn by hand from the repo, I get the same error.
The text was updated successfully, but these errors were encountered: