platform/upstream/caffe.git
2014-07-22 Jeff DonahueMerge pull request #740 from qipeng/lrelu
2014-07-21 qipengreduced multiplications & fixed unit test
2014-07-21 qipengleaky relu + unit test
2014-07-21 Jeff DonahueMerge pull request #752 from Yangqing/sweep
2014-07-20 Jeff DonahueMerge pull request #742 from longjon/direct-blob-buffers
2014-07-20 Jeff DonahueMerge pull request #743 from longjon/make-everything
2014-07-20 Jonathan L... Merge pull request #615 from kloudkl/top-k-argmax
2014-07-20 Jonathan L... remove unused includes in AccuracyLayer and ArgMaxLayer
2014-07-20 Jonathan L... Merge pull request #518 from longjon/fromto
2014-07-20 Jonathan L... add an "everything" target to make for comprehensive...
2014-07-20 Jonathan L... use Blob directly instead of shared_ptr for WindowDataL...
2014-07-20 Jonathan L... use Blob directly instead of shared_ptr for ImageDataLa...
2014-07-20 Jonathan L... use Blob directly instead of shared_ptr for DataLayer...
2014-07-20 Jonathan L... use Blob directly instead of shared_ptr for DropoutLaye...
2014-07-20 Jonathan L... use Blob directly instead of shared_ptr for PoolingLaye...
2014-07-20 Jonathan L... use Blob directly instead of shared_ptr for InnerProduc...
2014-07-20 Jonathan L... use Blob directly instead of shared_ptr for Convolution...
2014-07-19 Kai LiFix style issues in accuracy & argmax layer
2014-07-19 Kai LiInclude <utility> for pair in the accuracy layer
2014-07-19 Kai LiLimit the comparison functions to have file scope
2014-07-19 Kai LiAdd more test cases for the accuracy layer
2014-07-19 Kai LiRefactor the accuracy layer with std::partial_sort
2014-07-19 Kai LiMove compararing function from common_layers to argmax_...
2014-07-19 Kai LiUse std::partial_sort in the ArgMaxLayer as suggested...
2014-07-19 Kai LiSimplify the top-k argmax layer using std::sort
2014-07-19 Kai LiAdd the test cases for the mulitple top predictions...
2014-07-19 Kai LiExtend the ArgMaxLayer to output top k results
2014-07-18 Jeff DonahueMerge pull request #732 from longjon/travis-pycaffe
2014-07-18 Jonathan L... Travis builds pycaffe
2014-07-18 Jonathan L... use /usr instead of /usr/local for default Python inclu...
2014-07-18 Jonathan L... test consistency of From/To Forward/Backward
2014-07-18 Jonathan L... comment in net.hpp to explain subtleties of From/To...
2014-07-18 Jonathan L... pycaffe: expose Forward/Backward From/To as kwargs...
2014-07-18 Jonathan L... add Net::Forward/Backward From/To
2014-07-18 Yangqing Jiareapply namespace change
2014-07-18 Yangqing JiaMerge pull request #730 from Yangqing/sweep
2014-07-18 Yangqing Jiacosmetics: add syntax = proto2
2014-07-18 Yangqing JiaMerge pull request #718 from Yangqing/dev
2014-07-18 Yangqing Jialint
2014-07-17 Jeff DonahueMerge pull request #716 from Yangqing/dev
2014-07-17 Yangqing Jiacompute_image_mean namespace fix.
2014-07-17 Evan ShelhamerMerge pull request #561 from shelhamer/cpu-only-build
2014-07-17 Evan Shelhamercheck CPU-only everything, CPU + GPU build with travis
2014-07-17 Evan Shelhamerrelax benchmark test timing for cheap hardware / CI...
2014-07-17 Evan Shelhamerswitch travis build to CPU-only flag, drop runtestnogpu...
2014-07-17 Evan Shelhamercollect CUDA includes and calls, separate from CPU...
2014-07-17 Evan Shelhameradd guards to drop GPU code in CPU-only mode
2014-07-17 Evan Shelhamerstub out GPU layer methods to crash loudly in CPU-only...
2014-07-17 Evan Shelhamerconfigure Makefile for CPU-only build
2014-07-16 Yangqing Jianeuron_layers.hpp should not need to include leveldb
2014-07-16 Yangqing Jiamove using statements inside namespace caffe to avoid...
2014-07-15 Jeff DonahueAnother bugfix related to my CPU/GPU test changes:...
2014-07-15 Jeff DonahueMerge pull request #660 from jeffdonahue/param-propagat...
2014-07-15 Jeff DonahueAdd Net Test to verify correct param_propagate_down...
2014-07-15 Jeff DonahueUse Blobs instead of SyncedMemorys for the bias_multipl...
2014-07-15 Jeff DonahueMake ConvolutionLayer and InnerProductLayer abide by...
2014-07-15 Jeff DonahueAdd param_propagate_down_ vector to layer, populate...
2014-07-15 Jeff Donahueuse layer_param instead of layers_[layer_id]->layer_param()
2014-07-15 Jeff DonahueFix Makefile warning error message.
2014-07-15 Evan Shelhamer[example] elaborate net surgery description
2014-07-15 Evan Shelhamerfix choice of clang++ in OS X build
2014-07-15 Jeff DonahueMerge pull request #698 from jeffdonahue/softmax-layer...
2014-07-15 Jeff DonahueFix SoftmaxLayerTest: forgot to change this one to...
2014-07-15 Jeff DonahueMerge pull request #696 from rbgirshick/matlab_2014a_fix
2014-07-15 Ross Girshickfix bug that breaks MATLAB 2014a compilation
2014-07-14 Jeff DonahueMerge pull request #694 from jeffdonahue/travis-tweaks
2014-07-14 Jeff DonahueAdd blank lines between fields for readability.
2014-07-14 Jeff DonahueReplace CUSTOM_CXX env var to specify non-default C...
2014-07-14 Jeff DonahueRun Travis build on all branches (remove whitelist...
2014-07-14 Jeff DonahueAdd --keep-going flag to first make so that any targets...
2014-07-14 Evan Shelhamerfix Makefile comment about library names
2014-07-14 Jeff DonahueMerge pull request #685 from jeffdonahue/seed-hinge...
2014-07-14 Jeff DonahueSeed HingeLossLayerTest; bad values can cause test...
2014-07-14 Evan ShelhamerMerge pull request #681 from BVLC/travisci
2014-07-14 Jeff DonahueTravis build failure wasn't working for lint/warn becau...
2014-07-14 Jeff Donahue@jeffdonahue's tweaks to .travis.yml config:
2014-07-14 Jeff Donahue-Override the default compiler by specifying a CXX in
2014-07-14 huy@huyng's .travis.yml integration configuration file...
2014-07-14 Jeff DonahueMove test headers to include/.
2014-07-12 Sergey Karayevback-merging [docs] changes and web demo [example]...
2014-07-12 Sergey KarayevMerge pull request #679 from sergeyk/master
2014-07-12 Sergey Karayev[example] image classification web demo
2014-07-12 Sergey KarayevMerge pull request #675 from sergeyk/master
2014-07-12 Sergey Karayev[docs] shelhamer's minor suggestions
2014-07-11 Sergey Karayev[docs] updated instructions for contributing documentation
2014-07-11 Sergey Karayev[docs] moved example md’s to examples/**/md’s and added...
2014-07-11 Sergey Karayev[docs] cosmetic
2014-07-11 Evan Shelhamerfix link for caffe_rcnn_imagenet_model
2014-07-11 Evan ShelhamerBack-merge documentation and fixes
2014-07-11 Evan Shelhamerhost materials on dl.caffe.berkeleyvision.org
2014-07-10 Evan Shelhamerfix caffe acm-mm paper link
2014-07-10 longjonMerge pull request #633 from kloudkl/cpu-only-memcpy
2014-07-10 Kai LiReplace cudaMemcpy with caffe_gpu_memcpy in SyncedMemor...
2014-07-10 Kai LiImplement @Yangqing's solution to copy memory in the...
2014-07-10 Kai LiSwitch to GPU mode when pointer is move to or from...
2014-07-10 Kai LiCheck the GPU mode to decide which memcpy to use
2014-07-10 Kai LiAvoid using cudaMemcpy for memcpy when there is no...
2014-07-09 Jeff Donahuemakefile hotfix
2014-07-09 Jeff DonahueMerge pull request #661 from jeffdonahue/fix-error...
2014-07-09 Jeff Donahuefix bug introduced by warning logs: errors didn't print...
next