-
Notifications
You must be signed in to change notification settings - Fork 18.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add python script to plot the training log #86
Comments
Would be good to have. One can better formulate the solver messages or potentially have the solver write the key parameters like current loss to a separate log file so further scripts could analyze it more easily. |
I have a bash script that extracts the relevant information from the log, 2014-02-08 kloudkl notifications@github.com:
|
@sguada, thanks for sharing your script in #89 and #90! I am inspired a lot. Due to the diversified requirements of the users of Caffe, the best we can do is to provide a sample python script as the basis for various customizations. To this end, data extraction and plotting should be separated as you have done. For benchmarking purpose, results of multiple experiments often need to be plotted in one chart. Based on the information present in the current version of training log, possible useful plots are summarized as follows. In the future, this script should be synchronized with the changes of the training log format such as adding training or validation accuracy.
|
Pool allocator fixes
* Specify whether bottom and top blobs are sharing data * Reuse data memory if not propagate down * Skip a layer if no_mem_opt is set * Fix a bug and add optimize_mem enum * Code formatting
No description provided.
The text was updated successfully, but these errors were encountered: