Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

yoloV3 (AlexeyAB) : rate is 0.0000

I am using yoloV3 to train on my own training set. I have normally successfully compiled, prepared the training set, modified the config file, the .data, ...

But when training, the yolo output regarding the learning rate (i.e. rate) remains at 0 i.e.

 27: 1987.573730, 1807.166748 avg loss, 0.000000 rate, 2.820172 seconds, 216 images Loaded: 0.000047 seconds

and I don't get why ? In the config file the training rate equals to 0.001

like image 490
FenryrMKIII Avatar asked Oct 17 '25 10:10

FenryrMKIII


1 Answers

It is a warm-up. Learning rate will slowly increase from 0 to 0.001 until the number of epochs reaches burn_in iterations. You can find burn_in value in the .cfg file, it is equal to 1000 by default.

like image 52
nick Avatar answered Oct 21 '25 03:10

nick



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!