-
Notifications
You must be signed in to change notification settings - Fork 101
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
I always meet this problem when building Caffe #74
Comments
sudo apt-get install openblas-dev ? |
this problem had been sloved.but i meet a new problem.when i run python demo.py, my caffe is downloaded by Installation -step1, |
Hi,
the problem with you are dealing with can be caused by:
|
Thanks,i'll try the latest project. |
During cmake caffe, I always meet this problem:
-- CUDA detected: 9.0
-- Found cuDNN: ver. 7.1.4 found (include: /usr/local/cuda/include, library:
/usr/local/cuda/lib64/libcudnn.so)
-- Added CUDA NVCC flags for: sm_61
-- OpenCV found (/usr/local/share/OpenCV)
-- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
CMake Error at cmake/Modules/FindOpenBLAS.cmake:55 (MESSAGE):
Could not find OpenBLAS
Call Stack (most recent call first):
cmake/Dependencies.cmake:117 (find_package)
CMakeLists.txt:46 (include)
But my Opencv is installed correctly,and its version is 3.2.0
my ubuntu version is 16.04,Cuda is 9.0,CUDNN is 7.1
please help me ,it worries me a few days!! Thanks
The text was updated successfully, but these errors were encountered: