Codeproject. AI no gpu only net

ChrisX

Getting the hang of it
Nov 18, 2016
130
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:
.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
 
.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
Yes but I can not activate Yolo with gpu
 

Attachments

  • IMG_20221022_183221.jpg
    IMG_20221022_183221.jpg
    5.7 MB · Views: 43
  • IMG_20221022_183229.jpg
    IMG_20221022_183229.jpg
    4.1 MB · Views: 39
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.
 
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