I believe there’s a need for a separate topic similar to AWS one..
In my case, after fresh installation on Azure NC6
using actual version of setup script from here I get nvidia driver error as follows while running import theano
in jupyter notebook
session:
Exception: The nvidia driver version installed with this OS does not give good results for reduction.Installing the nvidia driver available on the same download page as the cuda package will fix the problem: http://developer.nvidia.com/cuda-downloads
I suppose this issue is related to some updates of one of the required components.
FYI, my nvidia-smi
output looks okay and shows 384.81
version:
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 384.81 Driver Version: 384.81 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Tesla K80 Off | 0000E50E:00:00.0 Off | 0 |
| N/A 55C P0 56W / 149W | 93MiB / 11439MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 2477 C /home/lysuhin/anaconda2/bin/python 82MiB |
+-----------------------------------------------------------------------------+
Thanks in advance for any help.