Azzera filtri
Azzera filtri

Problem with GPU when training YoloV4 on workstation

6 visualizzazioni (ultimi 30 giorni)
Hi everyone,
I am doing the video detection task on Matlab with YoloV4. I have followed all the stesps as the instructions on MATLAB (https://au.mathworks.com/help/vision/ug/object-detection-using-yolov4-deep-learning.html).
To increase the speed of training, i have change the training option to GPU with "ExcutionEnvironment". However, I am facing the problem with the gpu same like this:
Can anyone recommend the solution for me? Thank you so much.
My training dataset inclde 527 images and the training options and gpu properties are:
  1 Commento
Joss Knight
Joss Knight il 1 Set 2022
It looks like a memory issue. You have a 32GiB card but only 110MB available. I suspect some basic underlying features can't work with that little memory. Trying resetting your device (reset(gpuDevice)) then put a breakpoint before the call to trainYOLOv4Detector and check that you have plenty of memory available. If that's okay we may have to check the size of your input data.

Accedi per commentare.

Risposte (0)

Prodotti


Release

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by