BuildingDetectors_Round2 icon indicating copy to clipboard operation
BuildingDetectors_Round2 copied to clipboard

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

Open subitech opened this issue 6 years ago • 0 comments

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.

subitech avatar Dec 02 '19 06:12 subitech