티스토리 뷰
'RuntimeError: Unexpected error from cudaGetDeviceCount(). Did you run some cuda functions before calling NumCudaDevices() that might have already set an error? Error 804: forward compatibility was attempted on non supported HW'
원래 잘 돌아가던 코드가 갑자기 실행하니 위와 같은 에러가 발생했다.
$ nvidia-smi
를 입력했을 때 not found가 뜬다면 코드 상의 문제가 아니라 서버의 문제이다.
해결방법은 서버를 재시작해주면 된다.
$ reboot
반응형
'에러 해결' 카테고리의 다른 글
[에러해결] tkinter 설치하기 (0) | 2022.06.20 |
---|---|
[에러 해결] RuntimeError: Empty or None reference sentence found (0) | 2022.05.31 |
[에러해결] ModuleNotFoundError: No module named 'git' (0) | 2022.05.26 |
[에러해결] 'Defaulting to user installation because normal site-packages is not writeable' (1) | 2022.05.26 |
[에러해결] 'Could not find a version', 'No matching distribution found' 에러 (0) | 2022.05.19 |
댓글