Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- ppc64le
- CUDA
- TensorFlow
- urllib
- dataset
- download
- ubuntu
- python
- gpu memory
- shakeratos
- install
- 딥러닝
- dlib
- pyTorch
- python3
- error
- Jupyter notebook
- Anaconda
- face_recognition
- linux
- Deep Learning
- colaboratory
- colab
- Windows 10
- FIle
- windows
- keras
- raspberry pi
- YouTube 8M
- object detection
Archives
- Today
- Total
목록libcublas.so (1)
Shakerato
CUDA 9.2가 깔려있어도 CUDA 9.0을 참조해 에러나는경우, ImportError: libcublas.so.9.0
CUDA 9.2가 깔려있어도 CUDA 9.0을 참조하는 경우 다음과 같은 에러메세지가 발생한다.(에러메세지)ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory 특히 tensorflow 최신버전을 설치 후 import 할때 이런 경우가 발생한다.이런경우 CUDA 9.0와 cudnn을 다시 다운받아 CUDA 9.2가 깔려있는 같은 시스템에 새롭게 설치하면 된다.(리눅스에서는 다른 버전의 CUDA를 모두 설치할 수 있다.)cuda9.0이 설치 되면 /usr/local/cuda 이 폴더가 자동으로 cuda9.2가 아닌 cuda9.0을 가르키게 된다. * 만약 CUDA 9.2를 사용하고 싶으면 PATH를 잡..
Research
2018. 9. 7. 19:02