deepgram / kur

Descriptive Deep Learning
Apache License 2.0
814 stars 107 forks source link

failed to find any available GPUs #96

Open chikiuso opened 6 years ago

chikiuso commented 6 years ago

Hi, I got the following error when run kur, do you have any idea?

File "/usr/local/lib/python3.6/dist-packages/kur-0.7.0-py3.6.egg/kur/backend/backend.py", line 146, in init raise ValueError('Failed to find any available GPUs.') ValueError: Failed to find any available GPUs.

I am quite sure I have a gtx 1060 gpu.

Best Wishes, Chi Kiu SO

EzequielAdrianM commented 6 years ago

Make sure to have build-essential and libcupti-dev installed. Also you need to install CUDA Toolkit 8.0, cuDNN 6.0 and your graphics card driver.