일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- #Android
- python __init__
- python list
- #English
- #영어 명언
- Convolution Neural Network
- word embedding
- #실생활 영어
- 딥러닝
- tensorflow update
- keras
- python 알고리즘
- TensorFlow
- #실생활영어
- #opencv
- #1일1영어
- opencv SURF
- tokenizing
- 이미지 생성
- convexhull
- object detection
- #일상영어
- #프로젝트
- #영어
- 완전탐색
- 영어
- findContours
- c언어
- text2img
- 영어명언
Archives
- Today
- Total
목록tensorflow update (2)
When will you grow up?
[Error]Could not find 'cudnn64_6.dll'
Tensorflow 1.2.1 version을 사용하는 도중에 버전을 업데이트 해야할것 같아서,1.4.0 버전으로 업데이트를 진행하였다. 이전버전을 지우고pip uninstall tensorflow-gpu 로 지운다음 1.4.0버전을 다운받았다pip install https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-1.4.0-cp35-cp35m-win_amd64.whl 그런데 갑자기 아래와 같은 오류가 나왔다 ErrorCould not find 'cudnn64_6.dll' 이건 뭥미?? 이 오류는 무엇?? 구글링을 하여 간단하게 해결을 하였다. 1.2버전까지는 cuDNN5.1 을 사용하였는데 1.3이상 부터는 cuDNN6을 사용해야 ..
02. Study/Tensorflow
2018. 1. 7. 20:15