wuhuikai / FastFCN

FastFCN: Rethinking Dilated Convolution in the Backbone for Semantic Segmentation.
http://wuhuikai.me/FastFCNProject
Other
838 stars 148 forks source link

NVIDIA driver on your system is too old #37

Closed hhhwww123 closed 5 years ago

hhhwww123 commented 5 years ago

Hi, can you tell me how to solve this problem:

Traceback (most recent call last): File "train.py", line 182, in trainer.validation(epoch) File "train.py", line 149, in validation correct, labeled, inter, union = eval_batch(self.model, image, target) File "train.py", line 134, in eval_batch target = target.cuda() File "/home/weizhaoxiang/anaconda3/envs/pytorch1.0/lib/python3.6/site-packages/torch/cuda/init.py", line 178, in _lazy_init _check_driver() File "/home/weizhaoxiang/anaconda3/envs/pytorch1.0/lib/python3.6/site-packages/torch/cuda/init.py", line 108, in _check_driver of the CUDA driver.""".format(str(torch._C._cuda_getDriverVersion()))) AssertionError: The NVIDIA driver on your system is too old (found version 9000). Please update your GPU driver by downloading and installing a new version from the URL: http://www.nvidia.com/Download/index.aspx Alternatively, go to: https://pytorch.org to install a PyTorch version that has been compiled with your version of the CUDA driver.

wuhuikai commented 5 years ago
The NVIDIA driver on your system is too old (found version 9000).
Please update your GPU driver by downloading and installing a new
version from the URL: http://www.nvidia.com/Download/index.aspx
Alternatively, go to: https://pytorch.org to install
a PyTorch version that has been compiled with your version
of the CUDA driver.