summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2014-07-11[docs] shelhamer's minor suggestionsSergey Karayev1-4/+5
2014-07-11[docs] moved example md’s to examples/**/md’s and added script to gatherSergey Karayev4-5/+71
2014-04-22add caffe/random_fn lint rule to check for use of rand, rand_r, randomJeff Donahue1-1/+34
2014-04-09Back-merge docs and example image changes from `master` to `dev`Evan Shelhamer1-0/+0
2014-04-08rename doc deploy script for better tab completionEvan Shelhamer1-0/+0
2014-04-07Back-merge documentation and fixesEvan Shelhamer1-5/+8
2014-04-02make build_docs.sh script work from anywhereEvan Shelhamer1-5/+8
2014-03-28make lint check for 'Copyright [year] BVLC and contributors.'Jeff Donahue1-3/+3
2014-03-28compile the copyright regexJeff Donahue1-1/+4
2014-03-19fix script path incantationEvan Shelhamer1-1/+1
2014-03-19Fix shell script current dir bad substition errorsKai Li1-1/+1
2014-03-18build_docs scriptSergey Karayev1-0/+8
2014-02-28Back-merge documentation updates from masterEvan Shelhamer1-13/+24
2014-02-26polish doc build and deploy and allow other remotesEvan Shelhamer1-13/+24
2014-02-26make lint will not rerun if successful and no source files have beenJeff Donahue1-1/+1
2014-02-26cpplint.py -> cpp_lint.py and NOLINT_NEXTLINE -> NOLINT_NEXT_LINEJeff Donahue1-3/+3
2014-02-26allow TODO without usernameJeff Donahue1-1/+5
2014-02-26add NOLINT_NEXTLINE to suppress linter errors on nextlineJeff Donahue1-3/+5
2014-02-26add hpp to valid cpplint extensionsJeff Donahue1-1/+1
2014-02-26suppress linter errors due to not including the directory when naming .hJeff Donahue1-2/+3
2014-02-26add cpplint.py and "make lint" to run on all c source filesJeff Donahue1-0/+4753
2014-02-26Make tools/ for core binaries, stow scripts/ in tools/extraEvan Shelhamer6-470/+0
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