当我们用MNIST手写体数字数据库和LeNet CNN 模型训练超参数,运行 examples/mnist/train_lenet.sh是出现Cannot use GPU in CPU-only Caffe: check mode.

训练超参数, 出现 Cannot use GPU in CPU-only Caffe 错误?-LMLPHP

这时候需要调整两个配置文件:
1.安装文件根目录的Makefile.config 里的

训练超参数, 出现 Cannot use GPU in CPU-only Caffe 错误?-LMLPHP

这一项去掉#
2. examples/mnist/lenet_solver.prototxt 中

训练超参数, 出现 Cannot use GPU in CPU-only Caffe 错误?-LMLPHP

将这一项de的GPU改为CPU 后
再运行 examples/mnist/train_lenet.sh 就可以正常训练!

05-14 20:23