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-07-26
Jeff Donahue
Merge pull request #793 from jeffdonahue/infogain-test
commit
|
commitdiff
|
tree
|
snapshot
2014-07-25
Jeff Donahue
Add gradient checks for infogain loss layer, letting...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-24
Yangqing Jia
Merge pull request #776 from Yangqing/sweep
commit
|
commitdiff
|
tree
|
snapshot
2014-07-24
Yangqing Jia
travis: gflags still needs -fPIC, otherwise it makes...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-24
Yangqing Jia
I am really bad at debugging travis.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-24
Yangqing Jia
turns out that glog does not compile with gflags 2...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-24
Yangqing Jia
travis - does adding cflags help? want to keep minimal...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-24
Yangqing Jia
travis
commit
|
commitdiff
|
tree
|
snapshot
2014-07-24
Yangqing Jia
gflags should preferrably be installed before glog
commit
|
commitdiff
|
tree
|
snapshot
2014-07-24
Yangqing Jia
add gflags dependency doc
commit
|
commitdiff
|
tree
|
snapshot
2014-07-24
Yangqing Jia
add gflags dependency to caffe.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-23
Jeff Donahue
Merge pull request #773 from qipeng/lrelu
commit
|
commitdiff
|
tree
|
snapshot
2014-07-23
qipeng
numerical stability improvement
commit
|
commitdiff
|
tree
|
snapshot
2014-07-23
Jeff Donahue
Merge pull request #766 from rbgirshick/matcaffe-cxx
commit
|
commitdiff
|
tree
|
snapshot
2014-07-23
Ross Girshick
Use the same CXX for matcaffe as for the rest of the...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-22
Jeff Donahue
Merge pull request #762 from rbgirshick/upgrade-pad...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-22
Jeff Donahue
Merge pull request #760 from bhack/fix_loopcopy
commit
|
commitdiff
|
tree
|
snapshot
2014-07-22
Ross Girshick
Correctly apply padding to pooling layers when upgradin...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-22
bhack
Fix repeated field copy loop
commit
|
commitdiff
|
tree
|
snapshot
2014-07-22
Jeff Donahue
Merge pull request #755 from jeffdonahue/bhack-split_dim
commit
|
commitdiff
|
tree
|
snapshot
2014-07-22
Jeff Donahue
SliceLayer: post-rebase fixes, cleanup, etc. (some...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-22
bhack
Add split dim layer
commit
|
commitdiff
|
tree
|
snapshot
2014-07-22
Jeff Donahue
Merge pull request #740 from qipeng/lrelu
commit
|
commitdiff
|
tree
|
snapshot
2014-07-21
qipeng
reduced multiplications & fixed unit test
commit
|
commitdiff
|
tree
|
snapshot
2014-07-21
qipeng
leaky relu + unit test
commit
|
commitdiff
|
tree
|
snapshot
2014-07-21
Jeff Donahue
Merge pull request #752 from Yangqing/sweep
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Jeff Donahue
Merge pull request #742 from longjon/direct-blob-buffers
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Jeff Donahue
Merge pull request #743 from longjon/make-everything
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Jonathan L...
Merge pull request #615 from kloudkl/top-k-argmax
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Jonathan L...
remove unused includes in AccuracyLayer and ArgMaxLayer
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Jonathan L...
Merge pull request #518 from longjon/fromto
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Jonathan L...
add an "everything" target to make for comprehensive...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Jonathan L...
use Blob directly instead of shared_ptr for WindowDataL...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Jonathan L...
use Blob directly instead of shared_ptr for ImageDataLa...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Jonathan L...
use Blob directly instead of shared_ptr for DataLayer...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Jonathan L...
use Blob directly instead of shared_ptr for DropoutLaye...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Jonathan L...
use Blob directly instead of shared_ptr for PoolingLaye...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Jonathan L...
use Blob directly instead of shared_ptr for InnerProduc...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Jonathan L...
use Blob directly instead of shared_ptr for Convolution...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Kai Li
Fix style issues in accuracy & argmax layer
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Kai Li
Include <utility> for pair in the accuracy layer
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Kai Li
Limit the comparison functions to have file scope
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Kai Li
Add more test cases for the accuracy layer
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Kai Li
Refactor the accuracy layer with std::partial_sort
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Kai Li
Move compararing function from common_layers to argmax_...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Kai Li
Use std::partial_sort in the ArgMaxLayer as suggested...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Kai Li
Simplify the top-k argmax layer using std::sort
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Kai Li
Add the test cases for the mulitple top predictions...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Kai Li
Extend the ArgMaxLayer to output top k results
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Jeff Donahue
Merge pull request #732 from longjon/travis-pycaffe
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Jonathan L...
Travis builds pycaffe
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Jonathan L...
use /usr instead of /usr/local for default Python inclu...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Jonathan L...
test consistency of From/To Forward/Backward
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Jonathan L...
comment in net.hpp to explain subtleties of From/To...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Jonathan L...
pycaffe: expose Forward/Backward From/To as kwargs...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Jonathan L...
add Net::Forward/Backward From/To
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Yangqing Jia
reapply namespace change
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Yangqing Jia
Merge pull request #730 from Yangqing/sweep
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Yangqing Jia
cosmetics: add syntax = proto2
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Yangqing Jia
Merge pull request #718 from Yangqing/dev
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Yangqing Jia
lint
commit
|
commitdiff
|
tree
|
snapshot
2014-07-17
Jeff Donahue
Merge pull request #716 from Yangqing/dev
commit
|
commitdiff
|
tree
|
snapshot
2014-07-17
Yangqing Jia
compute_image_mean namespace fix.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-17
Evan Shelhamer
Merge pull request #561 from shelhamer/cpu-only-build
commit
|
commitdiff
|
tree
|
snapshot
2014-07-17
Evan Shelhamer
check CPU-only everything, CPU + GPU build with travis
commit
|
commitdiff
|
tree
|
snapshot
2014-07-17
Evan Shelhamer
relax benchmark test timing for cheap hardware / CI...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-17
Evan Shelhamer
switch travis build to CPU-only flag, drop runtestnogpu...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-17
Evan Shelhamer
collect CUDA includes and calls, separate from CPU...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-17
Evan Shelhamer
add guards to drop GPU code in CPU-only mode
commit
|
commitdiff
|
tree
|
snapshot
2014-07-17
Evan Shelhamer
stub out GPU layer methods to crash loudly in CPU-only...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-17
Evan Shelhamer
configure Makefile for CPU-only build
commit
|
commitdiff
|
tree
|
snapshot
2014-07-16
Yangqing Jia
neuron_layers.hpp should not need to include leveldb
commit
|
commitdiff
|
tree
|
snapshot
2014-07-16
Yangqing Jia
move using statements inside namespace caffe to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-15
Jeff Donahue
Another bugfix related to my CPU/GPU test changes:...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-15
Jeff Donahue
Merge pull request #660 from jeffdonahue/param-propagat...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-15
Jeff Donahue
Add Net Test to verify correct param_propagate_down...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-15
Jeff Donahue
Use Blobs instead of SyncedMemorys for the bias_multipl...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-15
Jeff Donahue
Make ConvolutionLayer and InnerProductLayer abide by...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-15
Jeff Donahue
Add param_propagate_down_ vector to layer, populate...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-15
Jeff Donahue
use layer_param instead of layers_[layer_id]->layer_param()
commit
|
commitdiff
|
tree
|
snapshot
2014-07-15
Jeff Donahue
Fix Makefile warning error message.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-15
Evan Shelhamer
[example] elaborate net surgery description
commit
|
commitdiff
|
tree
|
snapshot
2014-07-15
Evan Shelhamer
fix choice of clang++ in OS X build
commit
|
commitdiff
|
tree
|
snapshot
2014-07-15
Jeff Donahue
Merge pull request #698 from jeffdonahue/softmax-layer...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-15
Jeff Donahue
Fix SoftmaxLayerTest: forgot to change this one to...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-15
Jeff Donahue
Merge pull request #696 from rbgirshick/matlab_2014a_fix
commit
|
commitdiff
|
tree
|
snapshot
2014-07-15
Ross Girshick
fix bug that breaks MATLAB 2014a compilation
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Jeff Donahue
Merge pull request #694 from jeffdonahue/travis-tweaks
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Jeff Donahue
Add blank lines between fields for readability.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Jeff Donahue
Replace CUSTOM_CXX env var to specify non-default C...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Jeff Donahue
Run Travis build on all branches (remove whitelist...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Jeff Donahue
Add --keep-going flag to first make so that any targets...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Evan Shelhamer
fix Makefile comment about library names
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Jeff Donahue
Merge pull request #685 from jeffdonahue/seed-hinge...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Jeff Donahue
Seed HingeLossLayerTest; bad values can cause test...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Evan Shelhamer
Merge pull request #681 from BVLC/travisci
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Jeff Donahue
Travis build failure wasn't working for lint/warn becau...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Jeff Donahue
@jeffdonahue's tweaks to .travis.yml config:
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Jeff Donahue
-Override the default compiler by specifying a CXX in
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
huy
@huyng's .travis.yml integration configuration file...
commit
|
commitdiff
|
tree
|
snapshot
next