Coding/기타

RuntimeError: CUDA error: no kernel image is available for execution on the device

HeYStRanGeR 2023. 1. 20. 22:42

 

해결 방법

 

 

1. pytorch 제거

pip3 uninstall pytorch

 

2. pytorch 재설치

https://pytorch.org/get-started/locally/

위 링크에서 본인의 환경에 맞는 명령어 입력

 

 

 

728x90