How to check which pytorch version fits torchvision

13.5k views Asked by At

I am trying to clone and run this repository: https://github.com/switchablenorms/CelebAMask-HQ

The demo runs with PyTorch 0.4.1, and I am trying to find the corresponding version, how can I find it?

2

There are 2 answers

0
Hossein On BEST ANSWER

The corresponding torchvision version for 0.4.1 is 0.2.1.

The easiest way is to look it up in the previous versions section. Only if you couldn't find it, you can have a look at the torchvision release data and pytorch's version. There you can find which version, got release with which version!

0
Davide Fiocco On

One way to find the torch-to-torchvision correspondence is by looking at

Based on that, the current version at the time of this writing is 0.2.2.