Python
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
demo
README.md
get_train.py
get_val.py
load.py
loadBW.py
plot.py
resizeTrans.py
svm.py
visualization.py

README.md

Caffe-Plot-Script

Python scripts for plotting figure (accuracy vs. iterations / loss vs. iterations), for caffe users

In training process, the console output (as figure below) can be saved as a text file.

Using the text file as input, run the plot script to obtain the curve graph:

accuracy vs. iterations

loss vs. iterations