tensorflow-yolo icon indicating copy to clipboard operation
tensorflow-yolo copied to clipboard

I want to know where the epoch_num are set

Open Ostnie opened this issue 7 years ago • 1 comments
trafficstars

I have run the demo successfully,but 24 hours later,it's still running,and I am using 1080ti,Losses are always fluctuating between 5 and 10,I don't know whether the train has been finished,so I want to find the epoch_num,but I can't find it,anyone konw this?many thanks!

Ostnie avatar Dec 22 '17 09:12 Ostnie

I have run the demo successfully,but 24 hours later,it's still running,and I am using 1080ti,Losses are always fluctuating between 5 and 10,I don't know whether the train has been finished,so I want to find the epoch_num,but I can't find it,anyone konw this?many thanks!

You can change max_iterations in conf/train.cfg. It is currently set at 1000000. To counter this change, you can just increase the learning rate and try it out.

SurajDonthi avatar Feb 20 '18 07:02 SurajDonthi