Vision: torchvision 0.6.0 not support windows?

Created on 22 Apr 2020  路  3Comments  路  Source: pytorch/vision

Hi,

I found you just released torchvision on pypi and anaconda.org, but I didn't find the .whl file for windows.
Are you going to release the file that support windows? since torch 0.5.0 still supports windows.
Or 0.6.0 will not support windows and there will be no further release on it.

It will be great to know since I am working on a only windows environment.
Thank you

binaries windows

Most helpful comment

Thank you very much! It is really helpful!
For whoever upcoming, to successfully use the torchvision 0.6.0, torch 1.4.0 is not enough, you need to install the newest version torch 1.5.0 which is released at the same time as torchvision 0.6.0.

refer to this issue: https://github.com/pytorch/vision/issues/1827

All 3 comments

You can find all wheels for the stable versions here. torchvision==0.6.0 for windows

Thank you very much! It is really helpful!
For whoever upcoming, to successfully use the torchvision 0.6.0, torch 1.4.0 is not enough, you need to install the newest version torch 1.5.0 which is released at the same time as torchvision 0.6.0.

refer to this issue: https://github.com/pytorch/vision/issues/1827

Thanks @pmeier for the help!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

chinglamchoi picture chinglamchoi  路  3Comments

Linardos picture Linardos  路  4Comments

alpha-gradient picture alpha-gradient  路  3Comments

Abolfazl-Mehranian picture Abolfazl-Mehranian  路  3Comments

iacolippo picture iacolippo  路  4Comments