我按照网上的教程(如下)安装完了caffe

http://www.cnblogs.com/xuanxufeng/p/6150593.html

caffe mnist训练报错:Cannot create Cublas handle

caffe的make runtest没有问题,但是mnist训练报错,错误如下图

Cannot create Cublas handle. Cublas won't be available.

error==cudaSuccess(30 vs. 0) unknown error.

caffe mnist训练报错:Cannot create Cublas handle

caffe mnist训练报错:Cannot create Cublas handle

查找了一些原因。说是显卡驱动的问题。

我原先装的是384.69.

重新装了 375.66后解决了。如下

caffe mnist训练报错:Cannot create Cublas handlecaffe mnist训练报错:Cannot create Cublas handle

caffe mnist训练报错:Cannot create Cublas handle/*********************2018-01-16更新**********************************/

看到评论的留言

将命令
./examples/mnist/train_lenet.sh换成
sudo ./examples/mnist/train_lenet.sh
试一试
如果仍然出现问题,就只有更换驱动版本了

相关文章: