Windows anaconda pytorch cuda NVIDIA GeForce GTX 750 Ti 成功使用cuda, torch.cuda.is_available() True
成功搭配組合的版本 python 3.7版 #conda create --name pytorch python=3.7 anaconda pytorch 和 cudatoolkit版本 #conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit=11.3 -c pytorch 確認 >>> import torch >>> torch.cuda.is_available() True 詳細系統資訊 nvcc -V nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2019 NVIDIA Corporation Built on Wed_Oct_23_19:32:27_Pacific_Daylight_Time_2019 Cuda compilation tools, release 10.2, V10.2.89 nvidia-smi Thu Feb 8 10:30:48 2024 +---------------------------------------------------------------------------------------+ | NVIDIA-SMI 546.17 Driver Version: 546.17 CUDA Version: 12.3 | |-----------------------------------------+----------------------+----------------------+ | GPU Name TCC/WDDM | Bus-Id ...