I am trying to build a model in DIGITS. I am using CPU only to do the learning.. However, I get a CUDA driver version error although I am not using GPU. What could this problem be? I have attached my solver.prototxt below.
Asked
Active
Viewed 1,080 times
0

Free Man
- 195
- 3
- 13
-
have you tried to build caffe in CPU_ONLY mode? – Shai Sep 01 '15 at 16:48
-
1Yes! I did.. and it got resolved.. – Free Man Sep 02 '15 at 14:49
-
dI have the exact same problem but I already compiled caffe in `CPU_ONLY` mode. why is it happening? I have just downloaded the `MNIST` dataset and trying to create a model hence the error shown in this question – Muhammad Adeel Zahid Apr 13 '17 at 20:25