I\'m trying to do a basic install and import of Pytorch/Torchvision on Windows 10. I installed a Anaconda and created a new virtual environment named photo. I opened Anaconda pr
Uninstall your pytorch which you have installed and try this using conda
pytorch
conda
conda install PyTorch -c PyTorch
If it wasn't work run this code in cmd
pip3 install torchvision