-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
The whl package downloaded from "Install using pip" can not run #9034
Comments
Seems need to export |
you need to Install Intel MKL-DNN in Ubuntu 16.04 properly. At first Install Dependencies. Intel MKL-DNN has the following dependencies:
If these software tools are not already set up on your computer you can install them by typing the following:
Download and Build the Source Code
Once the installation has completed you will find a directory named mkl-dnn in the Home directory. Navigate to this directory by typing:
As explained on the GitHub repository site, Intel MKL-DNN uses the optimized general matrix to matrix multiplication (GEMM) function from Intel MKL. The library supporting this function is also included in the repository and can be downloaded by running the prepare_mkl.sh script located in the scripts directory:
This script creates a directory named external and then downloads and extracts the library files to a directory named mkl-dnn/external/mklml_lnx*. The next command is executed from the mkl-dnn directory; it creates a subdirectory named build and then runs CMake and Make to generate the build system:
Finalize the Installation
Then
Done. Try some example now. Reference: |
After following the pip install steps, downloading and installing "paddlepaddle_gpu-0.11.0-cp27-cp27mu-linux_x86_64.whl", and run PaddlePaddle, got error:
The text was updated successfully, but these errors were encountered: