“Instale Pytorch Cuda 10” Código de respuesta

Obtener la versión de Pytorch

import torch
print(torch.__version__)
LuluIsco

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

Instale Pytorch Cuda 10

# 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 “Instale Pytorch Cuda 10”

Preguntas similares a “Instale Pytorch Cuda 10”

Más respuestas relacionadas con “Instale Pytorch Cuda 10” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código