1

I have installed Anaconda, theano , GPU Toolkit ver 8. I am getting this error.

    ERROR: refusing to load cuda driver library because the version is blacklisted.  Versions 373.06 and below are known to be ok.
If you want to bypass this check and force the driver load define GPUARRAY_FORCE_CUDA_DRIVER_LOAD in your environement.
ERROR (theano.gpuarray): Could not initialize pygpu, support disabled
  • 1
    Please consider rephrasing your question, adding more information, an **actual** question, and perhaps some personal effort you made in order to solve this. Otherwise it could be (heavily) downvoted. – Arkoudinos Mar 01 '17 at 18:19

2 Answers2

1

See discussion here.

I reinstalled libgpuarray and it worked for me.

Sam
  • 475
  • 1
  • 7
  • 19
0

Your cuda driver is faulty. Install another one, preferably 373.06. Using your current driver will result in wrong computations. DO NOT force the driver load