Ubuntu裝好CUDA之后過段時間提示NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver.
NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
解決方案一:sudo modprobe nvidia ,然后再運行nvidia-smi.
---------------------
作者:hhhuua
來源:CSDN
原文:https://blog.csdn.net/hhhuua/article/details/80734092
版權聲明:本文為博主原創文章,轉載請附上博文鏈接!
方法二:禁用安全啟動選項
https://stackoverflow.com/questions/42348400/nvidia-smi-failed-couldnt-communicate-with-nvidia-driver
方法三:
sudo apt-get update sudo apt-get install --no-install-recommends nvidia-384 libcuda1-384 nvidia-opencl-icd-384 sudo reboot
https://blog.csdn.net/zw__chen/article/details/83217004