BobLiu20/YOLOv3_PyTorch

How long does it take to train the COCO?

Opened this issue · 5 comments

I have a 1080ti and each epoch takes around 2 hours. Suppose the network would need 100 epoch to complete that would mean 200 hrs ~ 8 days. And yes I'm using darknet53 as backbone already. Does everyone else have similar speed?

yes, usually 10 epoch a day.
have you got ideal result now?

Thanks @lianuo , I'm only at 4th epoch now. Let me know what happens to yours.

@ydixon unfortunately , I do not get ideal weights I want, the prediction in a image have many bbox, you can find the result here #19

I run this implement,and i also have many bbox in a image during prediction,did you solve this error? @lianuo

@CF2220160244 unfortunately ,I did not solve it yet