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
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-26
LOG(ERROR)->LOG(FATAL), and misc script changes.
Yangqing Jia
4
-4
/
+4
2014-07-25
using caffe::string to be consistent with other string definition.
Yangqing Jia
1
-6
/
+5
2014-07-25
oops, wrong deprecation message (should have --)
Yangqing Jia
2
-2
/
+2
2014-07-25
lint
Yangqing Jia
2
-14
/
+18
2014-07-25
Adding new caffe binary that does everything in one binary; deprecating devic...
Yangqing Jia
5
-165
/
+184
2014-07-17
Merge pull request #716 from Yangqing/dev
Jeff Donahue
1
-0
/
+1
2014-07-17
compute_image_mean namespace fix.
Yangqing Jia
1
-0
/
+1
2014-07-17
collect CUDA includes and calls, separate from CPU-only mode, leave out
Evan Shelhamer
6
-9
/
+0
2014-07-03
Merge pull request #549 from jamt9000/fix-resize-crop-pil
Evan Shelhamer
1
-2
/
+3
2014-07-01
fix uninitialized variable warnings in tools
Jeff Donahue
2
-2
/
+2
2014-06-28
lint
Evan Shelhamer
1
-1
/
+1
2014-06-27
Make resizing & cropping with PIL work
James Thewlis
1
-2
/
+3
2014-06-26
Merge pull request #511 from kloudkl/extract_multiple_features
Evan Shelhamer
1
-51
/
+78
2014-06-26
change Backward interface: propagate_down is a vector -- use to fix
Jeff Donahue
1
-1
/
+4
2014-06-25
don't end comments with \, so that -Wcomment can be used
Jonathan L Long
2
-2
/
+2
2014-06-25
remove unused variables
Jonathan L Long
1
-1
/
+0
2014-06-24
Init google logging
Kai Li
1
-0
/
+1
2014-06-24
Replace the raw pointers with shared_ptr to ensure memory is released
Kai Li
1
-8
/
+9
2014-06-24
No need to manually delete the pointers which are managed by std::vector
Kai Li
1
-4
/
+0
2014-06-24
Progress should be reported for each feature blob
Kai Li
1
-10
/
+10
2014-06-24
Extract multiple features in a single Forward pass
Kai Li
1
-47
/
+76
2014-06-14
fix string compare error
linmin
1
-1
/
+1
2014-06-14
add lmdb support for compute_image_mean
linmin
1
-30
/
+115
2014-06-14
add lmdb support for convert_imageset
linmin
1
-20
/
+92
2014-06-08
Changed variable name: iscolor to is_color.
Jerod Weinman
1
-3
/
+3
2014-06-02
Added an iscolor flag to io.cpp method ReadImageToDatum to handle grayscale i...
Jerod Weinman
1
-14
/
+21
2014-05-26
convert imageset comment fixup
Evan Shelhamer
1
-2
/
+2
2014-05-23
add convert_imageset option to resize images; use in
Jeff Donahue
1
-5
/
+14
2014-05-14
fix workaround in net prototxt upgrade
Evan Shelhamer
1
-7
/
+2
2014-04-26
fix test_net to upgrade params from v0 if needed
Evan Shelhamer
1
-3
/
+1
2014-04-26
default test net device to 0 and log device chosen
Evan Shelhamer
1
-3
/
+4
2014-04-26
proofreading and trivial polish
Evan Shelhamer
1
-5
/
+3
2014-04-26
add device id arg to test_net (fix #232)
Evan Shelhamer
1
-4
/
+7
2014-04-07
Back-merge documentation and fixes
Evan Shelhamer
1
-1
/
+0
2014-04-04
strip confusing confusing comment about shuffling files
Evan Shelhamer
1
-1
/
+0
2014-03-27
add NetParameterPrettyPrint so that upgrade tool prints inputs before
Jeff Donahue
1
-2
/
+7
2014-03-27
update docs (and a couple comments) for refactored layerparam
Jeff Donahue
1
-18
/
+18
2014-03-27
fix upgrade_net_proto names
Jeff Donahue
2
-2
/
+2
2014-03-27
cleaner version of refactoring with fields added to LayerConnection
Jeff Donahue
3
-72
/
+98
2014-03-27
some post rebase fixes -- copyright, hdf5_output layer (still need to
Jeff Donahue
1
-1
/
+1
2014-03-27
allow upgrade_net_proto to also read/write binary protos (e.g. saved
Jeff Donahue
1
-11
/
+32
2014-03-27
make all tools backwards compatible with v0 net param
Jeff Donahue
4
-25
/
+8
2014-03-27
upgrade_net_proto: allow input files already in new proto format
Jeff Donahue
1
-7
/
+13
2014-03-27
add test for input/input_dim and fix bug, wasn't copying input
Jeff Donahue
1
-1
/
+1
2014-03-27
add upgrade_net_proto tool
Jeff Donahue
1
-0
/
+45
2014-03-27
make ReadProtoFromTextFile not die on parse failure; add
Jeff Donahue
5
-5
/
+5
2014-03-27
tools should have nonzero error exit codes
Jonathan L Long
7
-7
/
+7
2014-03-27
passing too many args to tool binaries is an error
Jonathan L Long
5
-5
/
+5
2014-03-27
Standardize copyright, add root-level CONTRIBUTORS credit
Evan Shelhamer
10
-10
/
+10
2014-03-21
Merge pull request #209 from jeffdonahue/loss-in-forward-pass
Jeff Donahue
1
-2
/
+4
[next]