Answers for "install pytorch with specific version"

0

get pytorch version

import torch
print(torch.__version__)
Posted by: Guest on April-26-2020
8

pip install pytorch windows

conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch
Posted by: Guest on November-22-2020

Code answers related to "install pytorch with specific version"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language