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
2015-02-19
Repeal revert of #1878
Evan Shelhamer
2
-14
/
+20
2015-02-19
Revert "Merge pull request #1878 from philkr/encoded"
Evan Shelhamer
2
-20
/
+14
2015-02-19
Merge pull request #1899 from philkr/project_source_dir
Evan Shelhamer
1
-1
/
+1
2015-02-18
Changing CMAKE_SOURCE/BINARY_DIR to PROJECT_SOURCE/BINARY_DIR
philkr
1
-1
/
+1
2015-02-17
tools make net with phase
Evan Shelhamer
2
-6
/
+3
2015-02-16
Merge pull request #1878 from philkr/encoded
Evan Shelhamer
2
-14
/
+20
2015-02-16
improve CMake build
Anatoly Baksheev
1
-19
/
+28
2015-02-16
Cleaning up the encoded flag. Allowing any image (cropped or gray scale) to b...
philkr
2
-14
/
+20
2015-02-05
get rid of NetParameterPrettyPrint as layer is now after inputs
Jeff Donahue
1
-6
/
+1
2015-02-05
automagic upgrade for v1->v2
Jeff Donahue
2
-9
/
+19
2015-01-29
Merge pull request #1748 from longjon/db-wrappers
Evan Shelhamer
3
-56
/
+57
2015-01-24
drop dump_network tool
Evan Shelhamer
1
-82
/
+0
2015-01-19
use db wrappers
Jonathan L Long
3
-56
/
+57
2015-01-16
Merge pull request #1686 from longjon/net-const
Jon Long
1
-2
/
+2
2015-01-15
check for enough args to convert_imageset
Evan Shelhamer
1
-1
/
+1
2015-01-09
improve const-ness of Net
Jonathan L Long
1
-2
/
+2
2014-12-08
Store data in lists of dicts and use csv package
Daniel Golden
1
-20
/
+34
2014-12-08
Take train loss from `Iteration N, loss = X` lines
Daniel Golden
1
-16
/
+19
2014-12-08
Created parse_log.py, competitor to parse_log.sh
Daniel Golden
2
-6
/
+167
2014-10-15
Added CPUTimer
Sergio
2
-17
/
+24
2014-10-15
Upgrade compute_image_mean to use gflags, accept list_of_images, and print me...
Sergio
1
-15
/
+44
2014-10-15
Change caffe time to do forward/backward and accumulate time per layer
Sergio
1
-19
/
+30
2014-10-15
Added encoded option and check_size to convert_imageset
Sergio
1
-5
/
+20
2014-10-14
Renamed Database interface to Dataset.
Kevin James Matzen
3
-35
/
+34
2014-10-14
Templated the key and value types for the Database interface. The Database i...
Kevin James Matzen
3
-24
/
+17
2014-10-14
Changed Database::buffer_t to Database::key_type and Database::value_type
Kevin James Matzen
3
-6
/
+6
2014-10-14
The LevelDB iterator/DB deallocation order bug is pretty much fixed by having...
Kevin James Matzen
1
-1
/
+0
2014-10-14
Updated Database interface to take key and value by const reference for put a...
Kevin James Matzen
2
-2
/
+2
2014-10-14
Updated Database interface so that rather than CHECKing for certain condition...
Kevin James Matzen
3
-9
/
+9
2014-10-14
Added a couple of sanity checks to make sure the datum buffer sizes matched w...
Kevin James Matzen
1
-0
/
+2
2014-10-14
Updated Database interface to use custom KV type rather than std::pair. Remo...
Kevin James Matzen
1
-2
/
+2
2014-10-14
Updated extract_features to take a leveldb/lmdb config option.
Kevin James Matzen
1
-6
/
+6
2014-10-14
Don't autocommit on close for the databases. If they were read-only, then th...
Kevin James Matzen
1
-1
/
+3
2014-10-14
Updated interface to make fewer string copies.
Kevin James Matzen
3
-11
/
+17
2014-10-14
Refactored leveldb and lmdb code.
Kevin James Matzen
3
-210
/
+53
2014-10-14
some namespace cleaning.
Yangqing Jia
4
-31
/
+38
2014-10-03
Merge pull request #1070 from sguada/move_data_mean
Sergio Guadarrama
1
-7
/
+12
2014-10-03
[fix] set cmake static link command for clang++ and g++ globally
Evan Shelhamer
1
-2
/
+1
2014-10-03
Add flag check_size=false to convert_imageset
Sergio Guadarrama
1
-7
/
+12
2014-09-28
cmake.
Yangqing Jia
1
-1
/
+3
2014-09-25
Removed unnecessary "mutable"
D.Mishkin
1
-2
/
+2
2014-09-24
Back-merge
Evan Shelhamer
2
-12
/
+7
2014-09-21
default backend to lmdb for image conversion and mean computation
Evan Shelhamer
2
-12
/
+7
2014-09-19
fix types of (Layer)SetUp, Reshape, Forward, and Backward calls
Jonathan L Long
1
-3
/
+3
2014-09-18
include Reshape in caffe time
Jonathan L Long
1
-0
/
+3
2014-09-15
fix caffe train GPU initialization
Jonathan L Long
1
-4
/
+11
2014-09-01
revert tools/train_net.cpp to previous, depecated version
Jeff Donahue
1
-21
/
+2
2014-09-01
hot fix for warning
qipeng
1
-1
/
+1
2014-09-01
lint
qipeng
1
-1
/
+2
2014-09-01
Re-added solver switch into the new caffe main excutable; fixed AdaGrad MNIST...
qipeng
1
-5
/
+5
[next]