summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2014-02-25Updated README with doc infoSergey Karayev1-0/+39
2014-02-11Add script to resize and crop images in parallel using mincepieKai Li2-0/+132
2014-02-11Remove trailing whitespace in example gnuplot scriptKai Li1-1/+1
2014-02-11Add python matplotlib example to plot the training logKai Li1-0/+185
2014-02-11Add gnuplot example to plot the training logKai Li1-0/+69
2014-02-11Update script to parse log format that contains test iterationKai Li2-7/+16
2014-02-11Extract elapsed seconds since the start of solving from training logKai Li2-8/+57
2014-02-11Extract learning rate from training logKai Li1-3/+12
2014-02-09Use sed instead of awk to find the Iterationsguada1-2/+2
2014-02-09Update parselog.shSergio Guadarrama1-13/+1
2014-02-09Extract Iteration from log instead of computing it from parameterssguada1-8/+9
2014-02-08Added bash script to parse log and extract training loss, and test loss and a...sguada1-0/+28