CUDA2 CUDA/CuDNN 설치하기 CUDACUDA 12.1을 설치하기 위해 아래의 홈페이지에 들어가서 절차대로 진행해줍니다.https://developer.nvidia.com/cuda-12-1-0-download-archive?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=22.04&target_type=deb_local본인의 OS 환경에 맞게 선택해주세요! 위의 명령어대로 설치해주면 됩니다. CuDNNhttps://developer.nvidia.com/rdp/cudnn-archive위의 링크를 타고 들어가서 본인 CUDA 버전에 맞는 최신 버전의 cudnn을 설치해주세요.(Tar)라고 적힌 것을 OS에 맞게 다운로드합니다. tar -xvf cudnn-linu.. 2025. 1. 12. [HMR] ImportError: libcublas.so.x.0: cannot open shared object file: No such file or directory 해결 방법! 상황 설명 HMR(human mesh recovery)의 코드를 실행하는 도중 tensorflow-gpu 1.3.0 버전을 설치하고 python -m demo --img_path data/coco1.png를 실행하니 ImportError: libcublas.so.x.0 cannot open shared object file: No such file or directory 에러가 발생했습니다! https://github.com/akanazawa/hmr akanazawa/hmr Project page for End-to-end Recovery of Human Shape and Pose - akanazawa/hmr github.com 에러 설명 해당 에러는 CUDA 버전과 관련이 있는 것 같습니다. tenso.. 2020. 7. 23. 이전 1 다음