Codeproject. AI no gpu only net

ChrisX

Getting the hang of it
Joined
Nov 18, 2016
Messages
130
Reaction score
4
I have a problem. I can not activate gpu for Yolo.. With .Net gpu Cuda working but. Net no custom??

I use geefroce GT 710, gt730 and not GT 1030... With GT 1030 I get no error but hardware typ is cpu.. Not gpu..

Why?? It's a bug?
With Google I have found GT 1030 works with yolo3


On start i get 1 error:
20:04:19: Object Detection (YOLO): (General Exception) : The size of tensor a (40) must match the size of tensor b (32) at non-singleton dimension 2
 
Last edited:

kaltertod

Getting the hang of it
Joined
Jul 30, 2022
Messages
65
Reaction score
46
Location
BFE
.NET does not yet support custom models, if you want to run custom models you need to run YOLO not a bug just not supported as of yet
 

kaltertod

Getting the hang of it
Joined
Jul 30, 2022
Messages
65
Reaction score
46
Location
BFE
Yes but I can not activate Yolo with gpu
Did you install Codeproject as per directions?

Are you using the latest nvidia drivers.

Did you install the Cuda Dev kit?

Did you run the CUDNN script?

Did you reboot the server hardware after making changes?

Without more information it will be hard to help you.
 

ChrisX

Getting the hang of it
Joined
Nov 18, 2016
Messages
130
Reaction score
4
Did you install Codeproject as per directions?

Are you using the latest nvidia drivers.
YES

Did you install the Cuda Dev kit?
CUDA toolkit 11.8

Did you run the CUDNN script?
YES from codeprojekt.ai

Did you reboot the server hardware after making changes?
YES

Without more information it will be hard to help you.
With .net i see GPU(CUDA) working... But i will use YOLO with Custom .. not working show only CPU
 

kaltertod

Getting the hang of it
Joined
Jul 30, 2022
Messages
65
Reaction score
46
Location
BFE
click the three dots next to yolo and enable gpu, then disable .NET on the same list....
 
Top