How to plot train-loss curve and accuracy curve in caffe-jacinto,
like caffe-jacinto-models-caffe-0.17/trained/object_detection/voc0712/.../detection_eval_V1.jpg.
Is there any reference about this?
Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
How to plot train-loss curve and accuracy curve in caffe-jacinto,
like caffe-jacinto-models-caffe-0.17/trained/object_detection/voc0712/.../detection_eval_V1.jpg.
Is there any reference about this?
Thanks!
Hi,
I have forwarded the thread to the expert.
Best regards,
You may parse training log file for appropriate keyword. Then using matplotlib.pyplot you can develop python script to visualize in the form you want.
Hi,
Thaks,it's a practical way.I just want to make sure there are scripts available to visualize the trainng log.
regards.