2 글 보임 - 1 에서 2 까지 (총 2 중에서)
-
글쓴이글
-
2023년 1월 29일 23:16 #64851
나주엽참가자<h3>글에 적혀있는 대로 했지만, 파일을 인식하지 못하는 거 같습니다.
도움을 받을 수 있을까요?</h3>개발 환경: RYZEN 3900X RTX 2070 그래픽 드라이버: 최신 Python 3.10.9 cuDNN 8.1 쿠다 11.2 tensorflow 2.9.3 다른 버전으로도 테스트 해봤지만, GPU를 정상적으로 인식하지 못했습니다. tensorflow 2.9.3 환경에서만 아래 같은 디버그를 출력했습니다. 인식하지 못한 파일이 존재 해서 경로 문제라고 생각했지만, 글에 있는 경로는 이미 추가되어 있었습니다. 2023-01-29 22:59:56.769391: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found 2023-01-29 22:59:56.769491: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine. 2.9.3 2023-01-29 22:59:59.291113: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX AVX2 To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags. 2023-01-29 22:59:59.315050: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found 2023-01-29 22:59:59.315386: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cublas64_11.dll'; dlerror: cublas64_11.dll not found 2023-01-29 22:59:59.315874: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cublasLt64_11.dll'; dlerror: cublasLt64_11.dll not found 2023-01-29 22:59:59.316138: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cufft64_10.dll'; dlerror: cufft64_10.dll not found 2023-01-29 22:59:59.316435: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'curand64_10.dll'; dlerror: curand64_10.dll not found 2023-01-29 22:59:59.316733: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cusolver64_11.dll'; dlerror: cusolver64_11.dll not found 2023-01-29 22:59:59.316994: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cusparse64_11.dll'; dlerror: cusparse64_11.dll not found 2023-01-29 22:59:59.317272: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudnn64_8.dll'; dlerror: cudnn64_8.dll not found 2023-01-29 22:59:59.317336: W tensorflow/core/common_runtime/gpu/gpu_device.cc:1850] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform. Skipping registering GPU devices...
2023년 1월 30일 10:03 #64893
codingapple키 마스터https://www.tensorflow.org/install/gpu?hl=ko#windows_setup 이런거 비슷한거 powershell켜서 입력해서 cuda 설치폴더를 path에 등록해봅시다
-
글쓴이글
2 글 보임 - 1 에서 2 까지 (총 2 중에서)
- 답변은 로그인 후 가능합니다.