thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.09k forks source link

added a log of loss and loss_mva for each step #1182

Open taetscher opened 3 years ago

taetscher commented 3 years ago

I wanted to visualize the quote on quote 'learning curve' of my model by saving loss and loss_mva values at each step.

Maybe this is redundant or simply not needed - I'm only just getting into programming. Thank you for darkflow, i had a lot of fun with it :)