Answers for "instal torch python"

0

install torch

# Uncomment and run the appropriate command for your operating system, if required

# Linux / Binder
# !pip install numpy torch==1.7.0+cpu torchvision==0.8.1+cpu torchaudio==0.7.0 -f https://download.pytorch.org/whl/torch_stable.html

# Windows
# !pip install numpy torch==1.7.0+cpu torchvision==0.8.1+cpu torchaudio==0.7.0 -f https://download.pytorch.org/whl/torch_stable.html

# MacOS
# !pip install numpy torch torchvision torchaudio
Posted by: Guest on June-09-2021
0

install torch anaconda

conda install pytorch torchvision cudatoolkit=10.0 -c pytorch
Posted by: Guest on August-03-2020

Python Answers by Framework

Browse Popular Code Answers by Language