shuffle(mbq) is extremly slow
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I run the Object Detection with yolov3 Deep Learning with a custom dataset with only 126 Images. The epochs themself are running in a reasonable speed but the function calls
reset(mbqtrain)
shuffle(mbqtrain)
takes unreasonable 25 sec for the reset and 111 sec for the shuffle. (both tested with a simple tic toc). This slows the trainingtime extremly down. The System runs on a 6 Core i5-10600, a Nvidia 1050 Ti and 16 GB RAM.
I didn't yet test the times with the VehicleSet but I realized also a pause between epochs.
Any Ideas how adress this issue?
Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!