Data Loading and Processing Tutorial
Author: Sasank Chilamkurthy
튜토리얼 시작하기에 앞서 다음의 패키지를 다운받아야합니다
scikit-image
: For image io and transformspandas
: For easier csv parsing
다운방법
scikit-image:
https://anaconda.org/anaconda/scikit-image 참고
1. anaconda3 실행하여 가상환경 실행(activate '환경이름')
2. conda install -c anaconda scikit-image 입력하여 설치
pandas:
http://pandas.pydata.org/ 참고
1. anaconda3 실행하여 가상환경 실행(activate '환경이름')
2. conda install -c anaconda scikit-image 입력하여 설치
'딥러닝 > 파이토치' 카테고리의 다른 글
배치 사이즈에 대한 얕은 탐구 (0) | 2018.09.20 |
---|---|
PIL 이미지 퀵 스타트 튜토리얼 quick start tutorial (0) | 2018.06.15 |
파이토치 튜토리얼: Tensors (0) | 2018.05.14 |
파이토치 튜토리얼 : Learning PyTorch with Examples 시작 (0) | 2018.05.14 |
파이토치 튜토리얼: Optional: Data Parallelism (2) | 2018.05.11 |