您的位置:首页 > 产品设计 > UI/UE

Install caffe Some questions--in ubuntu 14.04

2016-01-21 20:22 369 查看
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 ..
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: