tusen-ai / simpledet

A Simple and Versatile Framework for Object Detection and Instance Recognition
Apache License 2.0
3.08k stars 486 forks source link

how to draw the loss curve of the training process #337

Open dongzhenguo2016 opened 4 years ago

dongzhenguo2016 commented 4 years ago

Simpledet how to draw the loss curve of the training process? I find log.txt, but how to draw? Could you provide the code to draw the loss curve of the training process? Thanks

dongzhenguo2016 commented 4 years ago

How to record the loss of the training process in the log so that I can draw the loss curve

zehuichen123 commented 4 years ago

You can write code to convert this log.txt with regex to json format so that one can directly plot loss(or other metrics) through json format files.