YOLOV2 training using GPU
    10 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    gil
 am 29 Nov. 2021
  
    
    
    
    
    Beantwortet: Shivam Singh
    
 am 3 Dez. 2021
            Hi
Trying to run the following code on GPUCoder and error that trainYOLOv2ObjectDetector is not supported.
[detector,info] = trainYOLOv2ObjectDetector(trainingData,lgraph,options);
If the above code is not supported by the GPU coder, what are the alternatives to accelerate YOLOV2 training process?
Regards
0 Kommentare
Akzeptierte Antwort
  Shivam Singh
    
 am 3 Dez. 2021
        Hello gil,
Yolov2 training process can be accelerated by using GPUs. 
[detector,info] = trainYOLOv2ObjectDetector(trainingData,lgraph,options);
To access the GPUs, you can set the “options” in the trainYOLOv2ObjectDetector function, by referring the ExecutionEnvironment in the trainingOptions function.
Once the detector is trained and evaluated, then you can generate code for the yolov2ObjectDetector using GPU Coder™. For more information related to Code generation using GPU Coder™, you can refer the following:
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Object Detection and Recognition Applications 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!

