RuntimeError: CUDA error: device-side assert triggered

𝐌𝐢𝐧𝐣𝐢·2021년 8월 25일
0

오류해결

목록 보기
5/6

RuntimeError: CUDA error: device-side assert triggered

Yolov5 facedetect 하던 중 나옴


모델을 cpu로 바꿔보자

device = torch.device('cpu')

IndexError: index 85 is out of bounds for dimension 0 with size 85

오류가 자세해진다!
들어가서 해결하면 됨

0개의 댓글