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 | 29 | 30 |
Tags
- 딥러닝
- face_recognition
- python3
- Deep Learning
- Windows 10
- Jupyter notebook
- object detection
- FIle
- linux
- python
- urllib
- shakeratos
- TensorFlow
- gpu memory
- pyTorch
- colaboratory
- ppc64le
- error
- CUDA
- colab
- YouTube 8M
- raspberry pi
- download
- install
- dataset
- keras
- Anaconda
- windows
- dlib
- ubuntu
Archives
- Today
- Total
Shakerato
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
'Research' 카테고리의 다른 글
Deep Learning - GPU memory limitation, How to overcome it? (0) | 2018.03.26 |
---|---|
FakeApp 1.1 Tutorial (0) | 2018.02.12 |
Docker-Theano setup for ppc64le architure (0) | 2018.01.05 |
Multi-GPUs based Deep Learning Environment Construction (References) (0) | 2017.12.12 |
unRAID, GPU path-through 가상 환경 구축 참고자료 (0) | 2017.11.22 |