Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception: The nvidia driver version installed with this OS does not give good results for reduction #7

Open
subitech opened this issue Dec 2, 2019 · 0 comments

Comments

@subitech
Copy link

subitech commented Dec 2, 2019

Hi all,

While trying to train the solution I am facing the following issue . Any one else faced this ?
any solution or hints I am stuck at this issue.

I am using coda 10.

19-11-07 12:17:35,651 INFO Preproc for training on AOI_3_Paris ... done
python v16.py preproc_train /data/train/AOI_3_Paris_Train/
Using Theano backend.
WARNING (theano.sandbox.cuda): The cuda backend is deprecated and will be removed in the next release (v0.10). Please switch to the gpuarray backend. You can get more information about how to switch at this URL:
https://github.com/Theano/Theano/wiki/Converting-to-the-new-gpu-back-end%28gpuarray%29

Using gpu device 0: GeForce RTX 2080 Ti (CNMeM is disabled, cuDNN 5110)
Traceback (most recent call last):
File "v16.py", line 36, in
from keras.models import Model
File "/opt/conda/envs/py35/lib/python3.5/site-packages/keras/init.py", line 2, in
from . import backend
File "/opt/conda/envs/py35/lib/python3.5/site-packages/keras/backend/init.py", line 61, in
from .theano_backend import *
File "/opt/conda/envs/py35/lib/python3.5/site-packages/keras/backend/theano_backend.py", line 1, in
import theano
File "/opt/conda/envs/py35/lib/python3.5/site-packages/theano/init.py", line 116, in
theano.sandbox.cuda.tests.test_driver.test_nvidia_driver1()
File "/opt/conda/envs/py35/lib/python3.5/site-packages/theano/sandbox/cuda/tests/test_driver.py", line 41, in test_nvidia_driver1
raise Exception("The nvidia driver version installed with this OS "
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

TRAINING v9s model
python v9s.py validate /data/train/AOI_3_Paris_Train/
Using Theano backend.
WARNING (theano.sandbox.cuda): The cuda backend is deprecated and will be removed in the next release (v0.10). Please switch to the gpuarray backend. You can get more information about how to switch at this URL:
https://github.com/Theano/Theano/wiki/Converting-to-the-new-gpu-back-end%28gpuarray%29

In Nvidia they are suggesting to stop using Theano itself.
https://devtalk.nvidia.com/default/topic/1056698/cuda-setup-and-installation/exception-the-nvidia-driver-version-installed-with-this-os-does-not-give-good-results-for-reduction/
in google there is no proper solution is there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant