platform/upstream/caffeonacl.git
2014-07-29 Evan Shelhameradd h/w kernel size, stride, and pad for non-square...
2014-07-29 Evan Shelhamer[docs] compile gflags with -fPIC for linking
2014-07-29 Evan Shelhamer[docs] install glog first given incompatibility
2014-07-29 Evan Shelhamer[docs] fix missing glog install cd
2014-07-28 Sergey KarayevMerge pull request #813 from sergeyk/dev
2014-07-28 Evan Shelhamermake "all" the default target
2014-07-28 Sergey KarayevFIX: updating HDF5 input test for new test data
2014-07-28 Sergey KarayevFIX: both data and label now copied correctly in HDF5...
2014-07-28 Sergey KarayevFIX: tests now catch bug reported in #750 (in HDF5...
2014-07-28 Sergey KarayevMerge pull request #812 from Yangqing/sweep
2014-07-28 Yangqing Jialint
2014-07-28 Evan ShelhamerMerge pull request #733 from longjon/pycaffe-tweaks
2014-07-28 Yangqing Jiafixing comment
2014-07-28 Yangqing Jiagflags 2.1 bugfix (or rather a hack).
2014-07-28 Yangqing JiaMerge pull request #805 from alfredtofu/dev
2014-07-28 Jeff DonahueMerge pull request #807 from qipeng/dev
2014-07-28 Jeff Donahueset_mode to CPU in ArgMaxLayerTest constructor to avoid...
2014-07-28 Jeff DonahueMerge pull request #806 from jeffdonahue/travis-minimal...
2014-07-28 Jeff DonahueOnly install the minimal CUDA subpackages necessary...
2014-07-28 alfredtofuUpdate image_data_layer.cpp
2014-07-27 qipengrelaxed timer test requirements
2014-07-27 Yangqing JiaMerge pull request #802 from jeffdonahue/caffe-bin...
2014-07-27 Jeff DonahueSymlink to tool bins without the .bin extension
2014-07-27 Jeff DonahueMerge pull request #800 from jeffdonahue/zero-indexed...
2014-07-27 Jeff DonahueMove loss display before lr display in ComputeUpdateValue.
2014-07-27 Jeff DonahueMake training iterations 0-indexed.
2014-07-27 Jeff DonahueFix my nonsensical variable names.
2014-07-26 Jeff DonahueMerge pull request #796 from jeffdonahue/solver-debug...
2014-07-26 Jeff DonahuePrint just the mean absolute value (no sum/l1norm)
2014-07-26 Jeff DonahuePrint blob L1 norms during forward/backward passes...
2014-07-26 Yangqing JiaMerge pull request #789 from Yangqing/sweep
2014-07-26 Yangqing JiaLOG(ERROR)->LOG(FATAL), and misc script changes.
2014-07-26 Jeff DonahueMerge pull request #793 from jeffdonahue/infogain-test
2014-07-26 Yangqing Jiausing caffe::string to be consistent with other string...
2014-07-25 Jeff DonahueAdd gradient checks for infogain loss layer, letting...
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-19 Jonathan L... pycaffe: test channel_order and input_scale against...
2014-07-19 Jonathan L... pycaffe: reorder exceptions
2014-07-19 Jonathan L... pycaffe: allow unspecified mean. Fixes #671.
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
next