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 | 31 |
Tags
- dataset
- install
- face_recognition
- linux
- error
- object detection
- YouTube 8M
- ppc64le
- Jupyter notebook
- Windows 10
- TensorFlow
- python
- colab
- urllib
- Anaconda
- shakeratos
- raspberry pi
- Deep Learning
- python3
- windows
- pyTorch
- gpu memory
- download
- ubuntu
- FIle
- dlib
- keras
- CUDA
- colaboratory
- 딥러닝
Archives
- Today
- Total
Shakerato
Install PyTorch using Anaconda on Windows 10 본문
1. check cuda9.0 installed (nvcc --version)
(if yet, install cuda) https://developer.nvidia.com/cuda-90-download-archive
(if no gpu) pass this step
2, Install Anaconda
https://www.anaconda.com/download/
3. in 'cmd'
conda create -n pytorch python=3.6 anaconda
4. in 'cmd'
conda install pytorch cuda90 -c pytorch
(if no gpu) conda install pytorch-cpu -c pytorch
5. in 'cmd'
pip3 install torchvision
If you got a error message like this,
' RuntimeError: PyTorch does not currently provide packages for PyPI'
then install torchvision using follow command
pip install torchvision
6. Try example codes
https://github.com/pytorch/examples
'Research' 카테고리의 다른 글
kaggle api 사용법 (kaggle 데이터셋 다운로드) (0) | 2018.06.22 |
---|---|
Android Studio Uninstall All Files (0) | 2018.06.20 |
YouTube8M simplest model to train (0) | 2018.06.09 |
YouTube-8M dataset file renaming for avoiding duplicate file names in Windows (Python code) (0) | 2018.06.06 |
YouTube 8M dataset download (0) | 2018.06.01 |
Comments