[PYTHON] Install pytorch

pytorch installation command

I took a little time to install pytorch, so I will leave a note. The environment is as follows. OS:Windows10 Python3.6.6 Pytorch==1.1.0 Torchvision==0.3.0

I wonder if I should simply enter the following

pip install torch
pip install torchvision

I got a ModuleNotFoundError in tools.nnwrap and couldn't install it, and there was no point in specifying the version.

Here is the command that worked.

pip install https://download.pytorch.org/whl/cu90/torch-1.1.0-cp36-cp36m-win_amd64.whl
pip install https://download.pytorch.org/whl/cu90/torchvision-0.3.0-cp36-cp36m-win_amd64.whl

Recommended Posts

Install pytorch
Install PyTorch
Install torch-scatter with PyTorch 1.7
Python PyTorch install tips
Install Activiti 6
emacs-jedi install
PyTorch Links
ArcoLinux install
install python
Install virtualenv
Install mojimoji
Install Scipy
Install Pytorch on Blender 2.90 python on Windows
Install Memo
Practice Pytorch
Install Qiskit
Install Ansible
install keras
Install Mu
Install skt-war-result
Install Django
install pillow
ArchmanLinux Install
pytorch super introduction
[Pytorch] MaxPool2d ceil_mode
sudo pip install
[PyTorch] Installation method
Play with PyTorch
Fedora 33 beta install
Install ffmpeg / imagemagick
CentOS8 --Install --Django
Install Python locally
Install easy_install (Windows)
Troubleshooting apt install
Install NAOqi python
Install from conda-forge
Install tensorflow. (Only!)
Install Apache Zookeeper
Cross-validation with PyTorch
Install Python Control
Beginning with PyTorch
Notes about pytorch
[PyTorch] Sample ② ~ TENSOR ~
Opencv install struggle
Install Apache Zeppelin
[PyTorch] Sample ① ~ NUMPY ~
Install Apache ActiveMQ
BlueZ Build & Install
CentOS8 --Install --Python3
Install Numpy + atlas
PyTorch learning template