“Instal Pytorch Cuda 10” Kode Jawaban

Dapatkan versi Pytorch

import torch
print(torch.__version__)
LuluIsco

cara menginstal 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

Instal 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

Jawaban yang mirip dengan “Instal Pytorch Cuda 10”

Pertanyaan yang mirip dengan “Instal Pytorch Cuda 10”

Lebih banyak jawaban terkait untuk “Instal Pytorch Cuda 10” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya