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-09-17
Merge pull request #3074 from ronghanghu/show-use-cpu
Ronghang Hu
1
-0
/
+1
2015-09-17
Separate IO dependencies
Tea
2
-0
/
+8
2015-09-16
Get back 'USE CPU' print for caffe train
Ronghang Hu
1
-0
/
+1
2015-09-04
Update extract_features.cpp
Lumin Zhou
1
-1
/
+1
2015-09-01
Show output from convert_imageset tool
Luke Yeager
1
-2
/
+4
2015-08-22
Add signal handler and early exit/snapshot to Solver.
J Yegerlehner
1
-1
/
+31
2015-08-09
Multi-GPU
Cyprien Noel
1
-31
/
+80
2015-08-07
Merge pull request #2634 from mlopezantequera/patch-2
Jeff Donahue
1
-1
/
+1
2015-08-06
[pycaffe,build] include Python first in caffe tool
Evan Shelhamer
1
-5
/
+5
2015-08-06
Merge pull request #2462 from longjon/correct-python-exceptions
Evan Shelhamer
1
-1
/
+15
2015-06-22
Update parse_log.py
Manuel
1
-1
/
+1
2015-05-30
Merge pull request #2350 from drdan14/log-parser-python-improved
Evan Shelhamer
1
-63
/
+102
2015-05-27
fix the bug with db_type when the number of features to be extracted is large...
Mohammad Norouzi
1
-1
/
+2
2015-05-26
add leading zeros to keys in feature DB files
Mohammad Norouzi
1
-1
/
+1
2015-05-18
fix blob_loss_weights index in test() in caffe.cpp
Ronghang Hu
1
-2
/
+2
2015-05-14
print Python exceptions when using Python layer with the caffe tool
Jonathan L Long
1
-1
/
+15
2015-05-14
Merge pull request #2165 from longjon/auto-reshape
Jeff Donahue
1
-3
/
+0
2015-04-25
fix typo: swap the titles of xlabel and ylabel
Takuma Wakamori
1
-2
/
+2
2015-04-22
Improvements to python log parser
Daniel Golden
1
-63
/
+102
2015-03-19
always call Layer::Reshape in Layer::Forward
Jonathan L Long
1
-3
/
+0
2015-03-07
extract_features preserves feature shape
J Yegerlehner
1
-3
/
+3
2015-03-07
Load weights from multiple caffemodels.
J Yegerlehner
1
-2
/
+15
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
[next]