shuffle(mbq) is extremly slow
    1 visualización (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Matti Kaupenjohann
 el 2 de Sept. de 2021
  
    
    
    
    
    Comentada: Matti Kaupenjohann
 el 3 de Sept. de 2021
            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?
3 comentarios
  Matti Kaupenjohann
 el 2 de Sept. de 2021
				
      Editada: Matti Kaupenjohann
 el 2 de Sept. de 2021
  
			
		Respuestas (0)
Ver también
Categorías
				Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!