Hi,
I would like to plot learning rate metric or metrics alike. How do I get such information when I am training JacintoNet using caffe-jacinto-models repository?
Where is it located ?
Thank you very much in advance.
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.
Hi,
I would like to plot learning rate metric or metrics alike. How do I get such information when I am training JacintoNet using caffe-jacinto-models repository?
Where is it located ?
Thank you very much in advance.
Hi,
When you train, the log is displayed on screen. If you are using our scrpts in caffe-jacinto-models, the log is also piped to s text file. The log file has information about learning rate, loss and accuracy.
You can parse the log file and plot it using a python script. We have not provided such as script.
Best regards,