PyTorch Complete Guide Book
Getting Started
Installation
Latest Stable Version:
# CPU only
pip install torch torchvision torchaudio
# CUDA 11.8
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
# CUDA 12.1
pip install torch torchvisio...
huanganni.hashnode.dev11 min read