Install caffe Some questions--in ubuntu 14.04

来源:互联网 发布:2016 前端 grunt 知乎 编辑:程序博客网 时间:2024/05/21 04:40

First: Query display card command:
lspci | grep -i vga
Second: Query display card driver:
lshw -c video
Third: Look at whether cuda work well?
you can use”cd” command to change to /usr/local/cuda-*/samples/1_Utilities/deviceQuery directory and you need use “make” command to make, last you have to use “./deviceQuery” command to check.
Fourth: apci pcc probe failed
you need modify bios to modify display to “Switched” and you have to wait severval seconds untill ubuntu system boot succeed.
Fifth:use opencv:
sudo cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_TBB=ON -D BUILD_NEW_PYTHON_SUPPORT=ON -D WITH_V4L=ON -D INSTALL_C_EXAMPLES=ON -D INSTALL_PYTHON_EXAMPLES=ON -D BUILD_EXAMPLES=ON -D WITH_QT=ON -D WITH_OPENGL=ON -D WITH_IPP=OFF -D WITH_CUBLAS=ON ..

0 0
原创粉丝点击