참고: http://busterworld.tistory.com/59?category=663469



OS: windows 10 x64

python: 3.6.x

cuda: 9.1


Anaconda environment에서 설치할때


conda install pytorch cuda91 -c pytorch 
pip3 install torchvision


이렇게 명령어를 입력하라고 나오는데 혹시 토치비전에서 에러나는 경우


pip install torchvision 으로 입력하면 잘된당

+ Recent posts