index
:
platform/upstream/caffe
master
tizen
tizen_5.5
upstream/1.0
upstream/master
upstream/master-freeze
Domain: Machine Learning / ML Framework; Licenses: BSD-2-Clause;
Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-22
Version 1.0.0-rc3
Luke Yeager
1
-0
/
+3
2015-12-28
remove extra space before +
Fisher Yu
1
-1
/
+1
2015-12-08
Merge pull request #3090 from longjon/summarize-tool
Yangqing Jia
1
-0
/
+140
2015-12-04
Correct type of device_id; disambiguate shared_ptr
T.E.A de Souza
1
-9
/
+8
2015-12-01
dismantle layer headers
Evan Shelhamer
1
-1
/
+0
2015-11-26
replace snprintf with a C++98 equivalent
Tea
2
-12
/
+7
2015-10-30
Update plot_training_log.py.example
Kai Li
1
-1
/
+1
2015-10-16
Add automatic upgrade for solver type
Ronghang Hu
2
-1
/
+51
2015-10-16
Change solver type to string and provide solver registry
Ronghang Hu
1
-1
/
+1
2015-09-25
Fix parse_log.sh against "prefetch queue empty" messages
Dmytro Mishkin
1
-1
/
+6
2015-09-19
[tools] add Python script for at-a-glance prototxt summary
Jonathan L Long
1
-0
/
+140
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
[next]