Updating PyTorch

FYI. In order to install the latest torch and torchvision, now, you do

conda install pytorch torchvision -c pytorch

You can also read this post ( Pytorch 0.3 version is released).

6 Likes