simpledet icon indicating copy to clipboard operation
simpledet copied to clipboard

how to draw the loss curve of the training process

Open dongzhenguo2016 opened this issue 5 years ago • 2 comments

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 avatar Jun 17 '20 04:06 dongzhenguo2016

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

dongzhenguo2016 avatar Jun 17 '20 09:06 dongzhenguo2016

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.

zehuichen123 avatar Jun 22 '20 05:06 zehuichen123