tryolabs / luminoth

Deep Learning toolkit for Computer Vision.
https://tryolabs.com
BSD 3-Clause "New" or "Revised" License
2.4k stars 401 forks source link

How much step is require ? #287

Closed SpeedyGonzalves closed 5 years ago

SpeedyGonzalves commented 5 years ago

Hello,

I'm working on a project and I wanted to know when I could stop the training ? I saw when the train_loss is close to 1 but also another one say at 1 millions step. This last idea is complicated because one step last 40 sec (without use the gpu).

Thank you for your help !

(PS : the idea is not to stop the training to see if the model is good)