wangermeng2021 / Scaled-YOLOv4-tensorflow2

A Tensorflow2.x implementation of Scaled-YOLOv4 as described in Scaled-YOLOv4: Scaling Cross Stage Partial Network
Apache License 2.0
47 stars 18 forks source link

training time is too high #13

Closed maxoodf closed 2 years ago

maxoodf commented 2 years ago

I am trying to train a model (p5), based on my dataset. It takes about 30 hours on Darknet. But it takes incredibly much more time with the Scaled-YOLOv4-tensorflow2 code: time elapsed: 1.813 hour, time left: 360.723 hour

maxoodf commented 2 years ago

It looks like 200 epochs is too much for my case.