“CUDA 10 Instalar pytorch” Código de respuesta

Cómo instalar Pytorch 0.4.1

pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org torch===0.4.1 torchvision===0.4.2 -f https://download.pytorch.org/whl/torch_stable.html
Victorious Vole

CUDA 10 Instalar pytorch

# CUDA 9.2
conda install pytorch==1.2.0 torchvision==0.4.0 cudatoolkit=9.2 -c pytorch

# CUDA 10.0
conda install pytorch==1.2.0 torchvision==0.4.0 cudatoolkit=10.0 -c pytorch

# CPU Only
conda install pytorch==1.2.0 torchvision==0.4.0 cpuonly -c pytorch
Zealous Zebra

Respuestas similares a “CUDA 10 Instalar pytorch”

Preguntas similares a “CUDA 10 Instalar pytorch”

Más respuestas relacionadas con “CUDA 10 Instalar pytorch” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código