Pytorch installieren
# Python 3.x
pip3 install torch torchvision
rahulsharma
# Python 3.x
pip3 install torch torchvision
conda install pytorch torchvision cudatoolkit=10.0 -c pytorch
conda install pytorch torchvision -c pytorch
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch
conda install pytorch torchvision -c pytorch
NOTE: Python 3.9 users will need to add '-c=conda-forge' for installationconda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch