Use PyCharm to download torchvision has been wrong solution

1. Using PyCharm, open the terminal
Insert picture description here
at the bottom of PyCharm and enter the download torch version address in it:
pip install torch= =1.4.0 -f https://download.pytorch.org/whl/torch_stable.html
Insert picture description here
and then download torchvision in the second step The address:
pip install torchvision= =0.5.0
Insert picture description here
last download

Guess you like

Origin blog.csdn.net/weixin_42478365/article/details/107411191