platform/upstream/caffeonacl.git
2014-07-28 Yangqing Jiafixing comment
2014-07-28 Yangqing Jiagflags 2.1 bugfix (or rather a hack).
2014-07-26 Yangqing JiaLOG(ERROR)->LOG(FATAL), and misc script changes.
2014-07-26 Yangqing Jiausing caffe::string to be consistent with other string...
2014-07-25 Yangqing Jiaoops, wrong deprecation message (should have --)
2014-07-25 Yangqing Jialint
2014-07-25 Yangqing JiaAdding new caffe binary that does everything in one...
2014-07-25 Yangqing Jiainclude benchmark.hpp
2014-07-24 Yangqing JiaMerge pull request #776 from Yangqing/sweep
2014-07-24 Yangqing Jiatravis: gflags still needs -fPIC, otherwise it makes...
2014-07-24 Yangqing JiaI am really bad at debugging travis.
2014-07-24 Yangqing Jiaturns out that glog does not compile with gflags 2...
2014-07-24 Yangqing Jiatravis - does adding cflags help? want to keep minimal...
2014-07-24 Yangqing Jiatravis
2014-07-24 Yangqing Jiagflags should preferrably be installed before glog
2014-07-24 Yangqing Jiaadd gflags dependency doc
2014-07-24 Yangqing Jiaadd gflags dependency to caffe.
2014-07-23 Jeff DonahueMerge pull request #773 from qipeng/lrelu
2014-07-23 qipengnumerical stability improvement
2014-07-23 Jeff DonahueMerge pull request #766 from rbgirshick/matcaffe-cxx
2014-07-23 Ross GirshickUse the same CXX for matcaffe as for the rest of the...
2014-07-22 Jeff DonahueMerge pull request #762 from rbgirshick/upgrade-pad...
2014-07-22 Jeff DonahueMerge pull request #760 from bhack/fix_loopcopy
2014-07-22 Ross GirshickCorrectly apply padding to pooling layers when upgradin...
2014-07-22 bhackFix repeated field copy loop
2014-07-22 Jeff DonahueMerge pull request #755 from jeffdonahue/bhack-split_dim
2014-07-22 Jeff DonahueSliceLayer: post-rebase fixes, cleanup, etc. (some...
2014-07-22 bhackAdd split dim layer
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...
next