projects
/
platform
/
upstream
/
caffe.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/caffe.git
2014-08-17
Jason Yosinski
Updated installation docs for OS X 10.9 brew install...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-17
Jason Yosinski
Updated documentation to include instructions to instal...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-17
Jeff Donahue
Merge pull request #936 from jeffdonahue/not-stage
commit
|
commitdiff
|
tree
|
snapshot
2014-08-15
Jeff Donahue
Add "not_stage" to NetStateRule to exclude NetStates...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-15
Evan Shelhamer
[example] set phase test for fully-convolutional model
commit
|
commitdiff
|
tree
|
snapshot
2014-08-15
Evan Shelhamer
[example] include imports in net surgery
commit
|
commitdiff
|
tree
|
snapshot
2014-08-15
Evan Shelhamer
Merge pull request #897 from ashafaei/eltwise-abs
commit
|
commitdiff
|
tree
|
snapshot
2014-08-14
Alireza Shafaei
Added absolute value layer, useful for implementation...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-14
Jeff Donahue
Merge pull request #923 from yosinski/doc-update
commit
|
commitdiff
|
tree
|
snapshot
2014-08-14
Jason Yosinski
Tried to clarify function of `include' lines and train...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Jason Yosinski
Updated ImageNet Tutorial to reflect new merged train...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Jeff Donahue
Fix from loss-generalization: accidentally removed...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Jeff Donahue
Merge pull request #686 from jeffdonahue/loss-generaliz...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Jeff Donahue
Store loss coefficients in layer; use for prettier...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Jeff Donahue
Add ACCURACY layer and softmax_error output to lenet_co...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Jeff Donahue
Also display outputs in the train net. (Otherwise...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Jeff Donahue
Disallow in-place computation in SPLIT layer -- has...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Jeff Donahue
AccuracyLayer only dies when necessary.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Jeff Donahue
Net::Init can determine that layers don't need backward...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Jeff Donahue
Make multiple losses work by inserting split layers...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Jeff Donahue
Generalize loss by allowing any top blob to be used...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Jeff Donahue
Add net tests for loss_weight.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Jeff Donahue
Add loss_weight to proto, specifying coefficients for...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Evan Shelhamer
[docs] update docs generation for notebook metadata
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Evan Shelhamer
Merge pull request #921 from shelhamer/notebook-update
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Evan Shelhamer
[example] change notebook name metadata to avoid conflict
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Evan Shelhamer
[example] fix plt commands in detection
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Clemens Korner
use plt namespace for imshow in filter_visualization...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Yangqing Jia
Merge pull request #914 from ashafaei/euclidean-loss-fix
commit
|
commitdiff
|
tree
|
snapshot
2014-08-12
Alireza Shafaei
Fixed the GPU implementation of EuclideanLoss to report...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-12
Jeff Donahue
Merge pull request #846 from qipeng/mvn-layer
commit
|
commitdiff
|
tree
|
snapshot
2014-08-12
Jeff Donahue
Merge pull request #863 from jeffdonahue/lint-check...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-12
Jeff Donahue
Fix caffe/alt_fn lint errors.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-12
Jeff Donahue
Create caffe_{,gpu_}memset functions to replace {m...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-12
Jeff Donahue
Add caffe/alt_fn rule to lint checks to check for funct...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-12
Jeff Donahue
lint targets should depend on the lint script itself
commit
|
commitdiff
|
tree
|
snapshot
2014-08-11
Evan Shelhamer
[examples] fix links in feature extraction
commit
|
commitdiff
|
tree
|
snapshot
2014-08-11
Evan Shelhamer
Merge pull request #910 from sergeyk/dev
commit
|
commitdiff
|
tree
|
snapshot
2014-08-11
Sergey Karayev
[docs] ‘maximally accurate’ in the web demo explanation...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-11
Sergey Karayev
[docs] [fix] closes #899
commit
|
commitdiff
|
tree
|
snapshot
2014-08-11
Evan Shelhamer
Merge pull request #909 from sergeyk/dev
commit
|
commitdiff
|
tree
|
snapshot
2014-08-11
Sergey Karayev
[docs] sorting of examples. if doesn’t work for you...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-11
qipeng
lint
commit
|
commitdiff
|
tree
|
snapshot
2014-08-11
qipeng
minor fix for layer factory
commit
|
commitdiff
|
tree
|
snapshot
2014-08-11
qipeng
added cross-channel MVN, Mean-only normalization, added...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-11
Yangqing Jia
Merge pull request #904 from Yangqing/sweep
commit
|
commitdiff
|
tree
|
snapshot
2014-08-11
qipeng
addressed Jeff's comment
commit
|
commitdiff
|
tree
|
snapshot
2014-08-11
qipeng
lint
commit
|
commitdiff
|
tree
|
snapshot
2014-08-11
qipeng
reduced blas calls
commit
|
commitdiff
|
tree
|
snapshot
2014-08-11
qipeng
mean-variance normalization layer
commit
|
commitdiff
|
tree
|
snapshot
2014-08-11
Yangqing Jia
Add a leveldb option function in io.hpp/cpp
commit
|
commitdiff
|
tree
|
snapshot
2014-08-11
Jonathan L...
fix formatting error in blob.hpp
commit
|
commitdiff
|
tree
|
snapshot
2014-08-10
Evan Shelhamer
output loss for caffenet and alexnet train/val models
commit
|
commitdiff
|
tree
|
snapshot
2014-08-10
Evan Shelhamer
default raw_scale in python scripts to ImageNet model...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-09
Evan Shelhamer
Merge pull request #891 from kloudkl/gflags_namespace
commit
|
commitdiff
|
tree
|
snapshot
2014-08-09
Jeff Donahue
Merge pull request #892 from kloudkl/distribute_generat...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-09
Kai Li
Distribute the generated proto header files
commit
|
commitdiff
|
tree
|
snapshot
2014-08-09
Kai Li
Fix the gflags namespace issue
commit
|
commitdiff
|
tree
|
snapshot
2014-08-09
Sergio Guadarrama
Merge pull request #888 from ronghanghu/matcaffe-add...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-08
Ronghang Hu
add necessary input checks for matcaffe
commit
|
commitdiff
|
tree
|
snapshot
2014-08-08
Evan Shelhamer
[example] fix example names
commit
|
commitdiff
|
tree
|
snapshot
2014-08-08
Evan Shelhamer
[docs] fix find complaint in example gathering script
commit
|
commitdiff
|
tree
|
snapshot
2014-08-08
Evan Shelhamer
[example] fix broken links in ImageNet recipe
commit
|
commitdiff
|
tree
|
snapshot
2014-08-07
Evan Shelhamer
Back-merge documentation and fixes
commit
|
commitdiff
|
tree
|
snapshot
2014-08-07
Jeff Donahue
Merge pull request #872 from shelhamer/caffe-tool
commit
|
commitdiff
|
tree
|
snapshot
2014-08-07
Evan Shelhamer
consolidate gpu and device_id args in caffe tool
commit
|
commitdiff
|
tree
|
snapshot
2014-08-07
Evan Shelhamer
update cli usage in examples
commit
|
commitdiff
|
tree
|
snapshot
2014-08-07
Evan Shelhamer
fix deprecation warnings
commit
|
commitdiff
|
tree
|
snapshot
2014-08-07
Evan Shelhamer
consolidate test into caffe cli
commit
|
commitdiff
|
tree
|
snapshot
2014-08-07
Evan Shelhamer
comment caffe cli
commit
|
commitdiff
|
tree
|
snapshot
2014-08-07
Evan Shelhamer
check required caffe cli args
commit
|
commitdiff
|
tree
|
snapshot
2014-08-07
Evan Shelhamer
rename caffe cli args and revise text
commit
|
commitdiff
|
tree
|
snapshot
2014-08-07
Evan Shelhamer
give usage message for caffe cli
commit
|
commitdiff
|
tree
|
snapshot
2014-08-07
Evan Shelhamer
output INFO from caffe cli to stderr by default
commit
|
commitdiff
|
tree
|
snapshot
2014-08-07
Evan Shelhamer
consolidaet GPU flag for caffe cli
commit
|
commitdiff
|
tree
|
snapshot
2014-08-07
Evan Shelhamer
rename tools
commit
|
commitdiff
|
tree
|
snapshot
2014-08-07
Alireza Shafaei
Painless binary mean conversion to matlab matrices.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-07
Evan Shelhamer
Merge pull request #868 from shelhamer/license-copyright
commit
|
commitdiff
|
tree
|
snapshot
2014-08-07
Evan Shelhamer
lint for copyright
commit
|
commitdiff
|
tree
|
snapshot
2014-08-07
Evan Shelhamer
[docs] detail attribution, license, and copyright for...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-07
Evan Shelhamer
LICENSE governs the whole project so strip file headers
commit
|
commitdiff
|
tree
|
snapshot
2014-08-07
Evan Shelhamer
clarify the license and copyright terms of the project
commit
|
commitdiff
|
tree
|
snapshot
2014-08-06
Evan Shelhamer
Merge pull request #816 from shelhamer/pycaffe-labels...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-06
Evan Shelhamer
drop np.asarray() in favor of declaration (~1.75x speedup)
commit
|
commitdiff
|
tree
|
snapshot
2014-08-06
Evan Shelhamer
fix pycaffe context cropping with or without mean
commit
|
commitdiff
|
tree
|
snapshot
2014-08-06
Evan Shelhamer
take array in pycaffe `Net.set_mean()` instead of file...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-06
Evan Shelhamer
fix pycaffe input processing
commit
|
commitdiff
|
tree
|
snapshot
2014-08-05
Evan Shelhamer
[example] include prediction in classification, time...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-05
Evan Shelhamer
[example] fix example outputs
commit
|
commitdiff
|
tree
|
snapshot
2014-08-05
Evan Shelhamer
[example] add caffe to pythonpath in all examples
commit
|
commitdiff
|
tree
|
snapshot
2014-08-05
Evan Shelhamer
define caffe.Net input preprocessing members by boost...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-05
Jeff Donahue
Merge pull request #856 from jeffdonahue/lint-tweaks
commit
|
commitdiff
|
tree
|
snapshot
2014-08-05
Jeff Donahue
Merge pull request #859 from beam2d/fix-cifar-lrn-region
commit
|
commitdiff
|
tree
|
snapshot
2014-08-05
Seiya Tokui
Fix conflict on setting of LRN layers between train...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-05
Jeff Donahue
Fix header alphabetization lint errors.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-05
Jeff Donahue
Enable the 'build/include_alpha' rules to make lint...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-05
Jeff Donahue
Add "lintclean" target to remove current lint outputs...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-05
Vik Kamath
Changed path in description to point to parse_log.sh
commit
|
commitdiff
|
tree
|
snapshot
2014-08-04
Jeff Donahue
Merge pull request #855 from jeffdonahue/sgd-solver...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-04
Jeff Donahue
Add (momentum) SGD solver tests to check that learning...
commit
|
commitdiff
|
tree
|
snapshot
next