Error content:
UserWarning: You are using GPU version Paddle, but your CUDA device is not set properly. CPU device will be used by default.
"You are using GPU version Paddle, but your CUDA device is not set properly. CPU device will be used by default."
Traceback (most recent call last):
File "D:/python-pic/exm4/fruits/01_fruits.py", line 178, in <module>
place=fluid.CUDAPlace(0)#GPU上执行
OSError: (External) CUDA error(35), CUDA driver version is insufficient for CUDA runtime version.
[Hint: 'cudaErrorInsufficientDriver'. This indicates that the installed NVIDIA CUDA driver is older than the CUDA runtime library. This is not a supported configuration.Users should install an updated NVIDIA display driver to allow the application to run.] (at ..\paddle\fluid\platform\gpu_info.cc:108)
reason:
This indicates that the installed NVIDIA CUDA driver is older than the CUDA runtime library. This is not a supported configuration.Users should install an updated NVIDIA display driver to allow the application to run.
Solution: update the graphics card driver
Read More:
- [Solved] RuntimeError: cuda runtime error (100) : no CUDA-capable device is detected at
- Pytorch CUDA Error: UserWarning: CUDA initialization: CUDA unknown error…
- [Solved] RuntimeError: CUDA error: device-side assert triggered CUDA kernel errors
- [ncclUnhandledCudaError] unhandled cuda error, NCCL version xx.x.x
- [Solved] with ERRTYPE = cudaError CUDA failure 999 unknown error
- [How to Solve] RuntimeError: CUDA out of memory.
- [Solved] RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED when calling `cubla…
- [Solved] RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED when calling `cublasSgemm
- [Solved] RuntimeError: cuda runtime error (801) : operation not supported at
- pytorch: RuntimeError CUDA error device-side assert triggered
- RTX 3090 Run pytorch Error: CUDA error: no kernel image is available for execution on the device
- [DL Common Issue] RuntimeError: CUDA error 59: Device-side assert triggered
- [Solved] RuntimeError: cuda runtime error: device-side assert trigger
- [Solved] CUDA unknown error – this may be due to an incorrectly set up environment
- [Solved] CUDA failure 999: unknown error ; GPU=-351697408 ; hostname=4f5e6dff58e6 ; expr=cudaSetDevice(info_.device_id);
- RuntimeError: CUDA error: an illegal memory access was encountered
- How to Solve Error: RuntimeError CUDA out of memory
- [Solved] pytorch Error: KeyError: tensor(2, device=‘cuda:0‘)
- [Solved] Using summary to View network parameters Error: RuntimeError: Input type (torch.cuda.FloatTensor)
- Pytorch torch.cuda.FloatTensor Error: RuntimeError: one of the variables needed for gradient computation has…