* torchvision 설치방법
<Anaconda>
conda install torchvision -c pytorch
아마 anaconda에서의 설치는 linux, osx만 지원할 것
<PIP>
pip install torchvision
pip는 windows도 지원한다
출처: https://github.com/pytorch/vision
'딥러닝 프레임워크 > PyTorch' 카테고리의 다른 글
PyTorch 설치 이후 Jupyter Notebook에서 import torch 안될때 (0) | 2020.03.11 |
---|---|
PyTorch 기초 배워보기 (0) | 2020.03.03 |
PyTorch 설치하기 (0) | 2020.03.03 |
PyTorch - UserWarning: volatile was removed and now has no effect. Use `with torch.no_grad():` instead. (0) | 2019.12.19 |