에러 해결
[에러해결] RuntimeError: Unexpected error from cudaGetDeviceCount()
체봄
2022. 5. 27. 14:38
'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
반응형