Use torchvision download data set shows no template

Configuration:

   Anaconda + Windows + py3.7

A: First uninstall torchvision begins: pip uninstall torchvision

Two: to find the official website: https://pypi.org/project/torchvision/0.1.8/

   I tested the beginning:

pip install torchvision
conda install torchvision -c soumith

Both installation command will show you the installation was successful, but when you import torchvision, after which it will run error: no template

So I directly using the following command:

pip install torchvision==0.1.8

Results: running is no problem

 










Guess you like

Origin www.cnblogs.com/carrollCN/p/11353582.html