simpledet
simpledet copied to clipboard
how to draw the loss curve of the training process
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
How to record the loss of the training process in the log so that I can draw the loss curve
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.