from tensorflow.python.client import device_lib
device_lib.list_local_devices()
GTX 1660 SUPER
CUDA 버전 11.0
cudnn 버전 8.0.5
cudnn 압축해제 후 폴더에 있는 파일을 cuda 가 설치된 곳 같은 파일에 복사붙여넣기
cusolver64_11.dll 이 없다는 오류가 나왔는데 cuda -> v11.0 -> bin 에 있던 cusolver64_10.dll 파일의 이름을 바꿔주니까 작동함
파이썬에서 확인 GPU 사용 학인 코드
from tensorflow.python.client import device_lib
device_lib.list_local_devices()
[name: "/device:CPU:0"
device_type: "CPU"
memory_limit: 268435456
locality {
}
incarnation: 7337752084018580851
xla_global_id: -1,
name: "/device:GPU:0"
device_type: "GPU"
memory_limit: 4186505216
locality {
bus_id: 1
links {
}
}
incarnation: 13009517362828679054
physical_device_desc: "device: 0, name: NVIDIA GeForce GTX 1660 SUPER, pci bus id: 0000:01:00.0, compute capability: 7.5"
xla_global_id: 416903419]
https://codingalone.tistory.com/3
https://hengbokhan.tistory.com/75
https://www.tensorflow.org/api_docs/python/tf/test/is_gpu_available
https://zooyeonii.tistory.com/36
반응형
'내돈내산' 카테고리의 다른 글
가열식 + 초음파 가습기 쿠오레 가습기 후기(영상) (0) | 2022.03.28 |
---|---|
3d connexion space 마우스 무선 유선 비교 (0) | 2022.02.16 |
쿠팡 곰곰도시락 시즌 2 맛 리뷰 (0) | 2021.12.07 |
돌체쿠스토 캡슐 커피 비교 (스타벅스, 기타 등등 ) (0) | 2021.11.04 |
14만원짜리 MX Keys 블루투스 키보드 단점 (1년 사용) (0) | 2021.10.15 |