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
- gpu memory
- error
- 딥러닝
- Anaconda
- download
- keras
- install
- ppc64le
- YouTube 8M
- python3
- Windows 10
- Deep Learning
- object detection
- Jupyter notebook
- shakeratos
- dataset
- pyTorch
- colab
- windows
- FIle
- urllib
- linux
- face_recognition
- ubuntu
- CUDA
- raspberry pi
- TensorFlow
- python
- dlib
- colaboratory
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 |
Comments