“installer pytorch cuda 10” Réponses codées

Obtenez la version pytorch

import torch
print(torch.__version__)
LuluIsco

comment installer 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

installer 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

Réponses similaires à “installer pytorch cuda 10”

Questions similaires à “installer pytorch cuda 10”

Plus de réponses similaires à “installer pytorch cuda 10” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code