TroubleShooting [Error] Loaded runtime CuDNN library: 8.0.5 but source was compiled with: 8.1.0. - 문제가 뭔가 했더니 현재 CuDNN 버전과 내가 실행하는 소스가 요구하는 CuDNN 버전이 달라서이다. 내가 가지고 있는 건 8.0.5 소스에서 요구하는 건 8.1.0 (저 숫자에 따라 해석하여 버전만 맞춰주면 될 것) 텐서플로우를 2.5.0 버전대를 쓰고 있어서(최신) 방법을 찾다가 답답해서 이것저것 만져보다가 결국 tensorflow를 2.4.0으로 맞추고 CUDA(11.0)와 CuDNN(8.0)으로 회귀하였다. www.tensorflow.org/install/source_windows#tested_build_configurations Windows의 소스에서 빌드 | TensorFlow 소스에서 TensorFlow pip 패키지를 빌드하고 Windows에 설치합니다. 참고: 잘 테스트되고 사전 빌드된 Windows 시스템용 TensorFlow 패키지가 이미 제공되고 있습니다. Windows용 설정 다음 빌드 도구를 설치 www.tensorflow.org 에서 텐서플로우 버전에 맞는 CUDA, CuDNN, Python 버전을 쓰시고 텐서플로우도 기왕이면 최신보다는 이미 안정화된 버전을 씁시다. 공유하기 게시글 관리 not bad한 개발자 일기 'TroubleShooting' 카테고리의 다른 글 [Error] SubProcess ended with return code: 4294967295 (0) 2021.05.28 [Error] kernel died with exit code 1(vscode에서 jupyter를 이용한다면) (0) 2021.04.30 [Error] Failed to get convolution algorithm. This is probably because cuDNN failed to initialize(Jupyter lab) (0) 2021.04.14 [Error] bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml.(BeautifulSoup) (0) 2021.04.06 [Warning] Successfully opened dynamic library(TensorFlow2) (0) 2021.01.30 Contents 당신이 좋아할만한 콘텐츠 [Error] SubProcess ended with return code: 4294967295 2021.05.28 [Error] kernel died with exit code 1(vscode에서 jupyter를 이용한다면) 2021.04.30 [Error] Failed to get convolution algorithm. This is probably because cuDNN failed to initialize(Jupyter lab) 2021.04.14 [Error] bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml.(BeautifulSoup) 2021.04.06 댓글 0 + 이전 댓글 더보기