Score:0

Setup CUDA and Pytorch for Faster-RCNN

cl flag

I setup cuda and pytorch with conda install pytorch==1.10.1 torchvision==0.11.2 torchaudio==0.10.1 cudatoolkit=11.3 -c pytorch -c conda-forge. But when I run a git code it tells me that: RuntimeError: Not compiled with GPU support.

import torch print(torch.version.cuda) 11.3 torch.cuda.is_available() True

output nvidia-smi conda list --show-channel-urls

My $CUDA_HOME is not set but I don't know what I should set it to. Can someone help me what I can do? I've never worked with cuda before and therefore don't find a solution for my problem..

Thank you!!

Score:0
ga flag

Your screenshot shows that you have 12.2 as your CUDA version, but you are installing PyTorch with an 11.3 CUDA version (by using the cudatoolkit=11.3 flag). Check this: https://discuss.pytorch.org/t/pytorch-for-cuda-12/169447

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.