일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Tensorflow 설치
- 정보처리기사 문제
- DCNN
- 정보처리기사 정리
- cudnn 6.0
- 형변환
- Windows 10
- prefix already exists
- 설치
- Tensorflow GPU
- 정보처리기사 개념
- CUDA Toolkit
- Anaconda
- Tensorflow windows
- 해커톤
- Anaconda tensorflow 설치 오류
- Tensorflow 버전
- cuDNN
- GPU
- gpu 버전
- CUDA 8.0
- CUDA
- CondaValueError
- ubuntu 16.04
- 운영체제 문제
- signal 추출
- CUDA 이전버전
- 정보처리기사
- tensorflow
- CUDA 다운로드
Archives
- Today
- Total
목록CondaValueError (1)
Replay 개발자 이야기
[Anaconda]tensorflow 설치 오류 해결
Anaconda에 tensorflow 설치시 오류 해결 방법 conda create -n tensorflow python=3.5 CondaValueError: prefix already exists: Anaconda에서 위의 코드를 입력했을 때 오류가 나는 경우 conda info --envs 입력을 하여 tensorflow가 설치되어 있나 확인 tensorflow가 설치가 되어 있으면 conda remove -n ENVIRONMENT_NAME --all ENVIRONMENT_NAME : 설치되어 있는 tensorflow 경로 ex) D:\Anaconda\envs\tensorflow 삭제 후 conda create -n tensorflow python=3.5 activate tensorflowpip in..
Machine Learning/Tensorflow
2017. 9. 1. 05:10