index
:
platform/upstream/caffeonacl
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_unified
armcl-v18.11
master
sandbox/daeinki/armcl-v18.08
sandbox/nmerinov/llvm
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
Domain: Machine Learning / ML Framework; Licenses: BSD-2-Clause;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-11
[docs] shelhamer's minor suggestions
Sergey Karayev
1
-4
/
+5
2014-07-11
[docs] moved example md’s to examples/**/md’s and added script to gather
Sergey Karayev
4
-5
/
+71
2014-04-22
add caffe/random_fn lint rule to check for use of rand, rand_r, random
Jeff Donahue
1
-1
/
+34
2014-04-09
Back-merge docs and example image changes from `master` to `dev`
Evan Shelhamer
1
-0
/
+0
2014-04-08
rename doc deploy script for better tab completion
Evan Shelhamer
1
-0
/
+0
2014-04-07
Back-merge documentation and fixes
Evan Shelhamer
1
-5
/
+8
2014-04-02
make build_docs.sh script work from anywhere
Evan Shelhamer
1
-5
/
+8
2014-03-28
make lint check for 'Copyright [year] BVLC and contributors.'
Jeff Donahue
1
-3
/
+3
2014-03-28
compile the copyright regex
Jeff Donahue
1
-1
/
+4
2014-03-19
fix script path incantation
Evan Shelhamer
1
-1
/
+1
2014-03-19
Fix shell script current dir bad substition errors
Kai Li
1
-1
/
+1
2014-03-18
build_docs script
Sergey Karayev
1
-0
/
+8
2014-02-28
Back-merge documentation updates from master
Evan Shelhamer
1
-13
/
+24
2014-02-26
polish doc build and deploy and allow other remotes
Evan Shelhamer
1
-13
/
+24
2014-02-26
make lint will not rerun if successful and no source files have been
Jeff Donahue
1
-1
/
+1
2014-02-26
cpplint.py -> cpp_lint.py and NOLINT_NEXTLINE -> NOLINT_NEXT_LINE
Jeff Donahue
1
-3
/
+3
2014-02-26
allow TODO without username
Jeff Donahue
1
-1
/
+5
2014-02-26
add NOLINT_NEXTLINE to suppress linter errors on nextline
Jeff Donahue
1
-3
/
+5
2014-02-26
add hpp to valid cpplint extensions
Jeff Donahue
1
-1
/
+1
2014-02-26
suppress linter errors due to not including the directory when naming .h
Jeff Donahue
1
-2
/
+3
2014-02-26
add cpplint.py and "make lint" to run on all c source files
Jeff Donahue
1
-0
/
+4753
2014-02-26
Make tools/ for core binaries, stow scripts/ in tools/extra
Evan Shelhamer
6
-470
/
+0
2014-02-25
Updated README with doc info
Sergey Karayev
1
-0
/
+39
2014-02-11
Add script to resize and crop images in parallel using mincepie
Kai Li
2
-0
/
+132
2014-02-11
Remove trailing whitespace in example gnuplot script
Kai Li
1
-1
/
+1
2014-02-11
Add python matplotlib example to plot the training log
Kai Li
1
-0
/
+185
2014-02-11
Add gnuplot example to plot the training log
Kai Li
1
-0
/
+69
2014-02-11
Update script to parse log format that contains test iteration
Kai Li
2
-7
/
+16
2014-02-11
Extract elapsed seconds since the start of solving from training log
Kai Li
2
-8
/
+57
2014-02-11
Extract learning rate from training log
Kai Li
1
-3
/
+12
2014-02-09
Use sed instead of awk to find the Iteration
sguada
1
-2
/
+2
2014-02-09
Update parselog.sh
Sergio Guadarrama
1
-13
/
+1
2014-02-09
Extract Iteration from log instead of computing it from parameters
sguada
1
-8
/
+9
2014-02-08
Added bash script to parse log and extract training loss, and test loss and a...
sguada
1
-0
/
+28