티스토리 뷰
MachineLearning
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. 오류 해결하기
SweetDev 2021. 11. 5. 10:39갑자기...
컴퓨터를 강제종료하면 이런 오류가 생길 수 있다고 한다....ㅠㅠㅠㅠ
1. nvidia-smi
해당 오류가 나온다.
2) apt --installed list | grep nvidia-driver
3) sudo apt remove nvidia-driver-<설치된 버전>
sudo apt autoremove
4) sudo apt-get install nvidia-driver-<설치된버전>
sudo reboot now
하면 잘 되는 모습을 볼 수 있따!!
* 안될 때 apt-get update하고 다시 하니까 됐다...
'MachineLearning' 카테고리의 다른 글
[ML] numpy 함수들 (0) | 2022.01.27 |
---|---|
[MachineLearning] 몬테카를로 샘플링이란?(Monte-Carlo Sampling) (0) | 2022.01.19 |
[ML][PyTorch] Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu! 에러 해결하기 (1) | 2021.10.31 |
[ML] PyTorch 기본 함수들 (0) | 2021.10.14 |
[ML] PyTorch Dataset, DataLoader (0) | 2021.10.13 |