- 전체
- Python 일반
- Python 수학
- Python 그래픽
- Python 자료구조
- Python 인공지능
- Python 인터넷
- Python SAGE
- wxPython
- TkInter
- iPython
- wxPython
- pyQT
- Jython
- django
- flask
- blender python scripting
- python for minecraft
- Python 데이터 분석
- Python RPA
- cython
- PyCharm
- pySide
- kivy (python)
Python 인공지능 [anaconde3][python] Create environment for tensorflow 1.4 in Anaconda 3
2022.07.02 15:02
[anaconde3][python] Create environment for tensorflow 1.4 in Anaconda 3
[Create Envirnment for tensorflow 1.4 in Anaconda 3]
1. open 'cmd' as administrator
2. conda update -n base conda
3. conda create -n tensorflow1.4 python=3.5 anaconda
4. [install tensorflow-gpu 1.4] in the environment 'tensorflow1.4'
pip install Iv tensorflow-gpu==1.4.0
[> tensorflow-gpu 1.5 needs cuda 9.0], install latest version
pip install tensorflow-gpu
5. conda install -c anaconda cudnn
6. conda install -c menpo opencv
[출처] https://shakeratos.tistory.com/9
본 웹사이트는 광고를 포함하고 있습니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
댓글 0
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
|---|---|---|---|---|
| 2 | (Python) Jupyter Notebook 내에서만 환경 변수 설정 방법 | 졸리운_곰 | 2023.07.06 | 646 |
| 1 |
주피터 노트북(Jupyter Notebook) 시작 폴더 변경
| 졸리운_곰 | 2020.05.09 | 2512 |

