순서대로 cuda, cudnn 버전cudnn은 버전에 따라 파일이 다름
gpu에 올라가 있는 것을 이용한 연산을 시도해서 생긴 에러
CUDA out of memory 관련 이슈 팁들 한국 파이토치 포럼: https://discuss.pytorch.kr/t/cuda-out-of-memory/216/6 공식 github issue(성지? 라고 함): https://github.com/pytorch/pytorch/issues/16417 +) torch.cuda.empty_cache() ...