platform/upstream/caffe.git
2015-06-15 Sergio GuadarramaMerge pull request #2278 from sguada/db_split
2015-06-10 Evan Shelhamer[docs] drop out-of-date reference to dev branch
2015-06-05 Sergio GuadarramaSplit db.hpp into leveldb_db.hpp and lmdb_db.hpp
2015-06-04 Evan ShelhamerMerge pull request #2551 from ShaggO/loglayer
2015-06-04 Malte Stær... LogLayer gpu functionality moved to .cu file
2015-06-03 Evan Shelhamer[bug] fix double instantiation of GPU methods in LogLayer
2015-06-03 Jeff DonahueMerge pull request #2089 from jeffdonahue/reduction...
2015-06-03 Jeff DonahueAdd ReductionLayer to reduce any number of "tail" axes...
2015-06-03 Jeff DonahueMerge pull request #2082 from jeffdonahue/flatten-layer...
2015-06-03 Jeff DonahueFlattenLayer gets a FlattenParameter with an axis,...
2015-06-03 Jeff DonahueMerge pull request #2090 from jeffdonahue/log-layer
2015-06-03 Jeff DonahueAdd LogLayer
2015-06-03 Jeff DonahueMerge pull request #2054 from mtamburrano/filter_layer_...
2015-06-03 Jeff DonahueFilterLayer cleanup and bugfix for GPU backward
2015-06-03 manueleFilter Layer implemented
2015-06-02 Jeff DonahueMerge pull request #2532 from shelhamer/accum-prelu
2015-06-02 Jeff DonahueMerge pull request #2536 from kibum14/master
2015-06-02 Kibum BaeRemove unnecessary filler parameter in the sample model
2015-06-01 Takuya NarihiraPReLU accumulates grad
2015-06-01 Evan ShelhamerMerge pull request #2245 from dwt/add_homebrew_comments...
2015-06-01 Evan ShelhamerMerge pull request #2064 from drohit92/patch-1
2015-06-01 Evan ShelhamerMerge pull request #2163 from jeffdonahue/slice-concat...
2015-06-01 Evan ShelhamerMerge pull request #2107 from 5kg/fix_mac_doc
2015-06-01 Evan ShelhamerMerge pull request #2400 from cnDelbert/master
2015-05-30 Evan ShelhamerMerge pull request #2350 from drdan14/log-parser-python...
2015-05-30 Evan ShelhamerMerge pull request #2522 from MartinThoma/moose
2015-05-30 Evan ShelhamerMerge pull request #2498 from flx42/cpp_classification_...
2015-05-30 Evan ShelhamerMerge pull request #2528 from shelhamer/travis-lmdb-git
2015-05-30 Evan ShelhamerMerge pull request #2527 from ronghanghu/matcaffe-updat...
2015-05-30 Evan Shelhamer[travis] install lmdb through git mirror
2015-05-30 Ronghang HuUpdate ilsvrc_2012_mean.mat to W x H x C, update demo...
2015-05-30 Evan ShelhamerMerge pull request #2511 from flx42/fix_illegal_mode_ch...
2015-05-30 Evan ShelhamerMerge pull request #1977 from shelhamer/accum-grad
2015-05-30 Felix AbecassisAdd a simple C++ classification example
2015-05-30 Jeff DonahueMerge pull request #2410 from sguada/datum_transform
2015-05-30 Evan Shelhamer Merge pull request #2294 from TorosFanny/master
2015-05-30 TorosFanny[example] fix path for diff in net surgery
2015-05-30 Evan ShelhamerMerge pull request #2240 from nsubtil/cmake-build-depen...
2015-05-30 Evan ShelhamerMerge pull request #2468 from Nerei/feature/minor_fix_i...
2015-05-30 Evan ShelhamerMerge pull request #2493 from longjon/sketchy-cuda...
2015-05-30 Evan ShelhamerMerge pull request #2514 from norouzi/master
2015-05-29 Evan ShelhamerMerge pull request #2505 from ronghanghu/matcaffe3
2015-05-29 Ronghang HuMore tests for Blob, Layer, copy_from and step, fix...
2015-05-29 Ronghang HuFix automatic header file dependency for MatCaffe
2015-05-29 Ronghang HuMove demo to demo/ and check weights file existence
2015-05-29 Ronghang HuClean up old matcaffe wrapper and rename caffe.reset...
2015-05-29 Ronghang HuAdd MatCaffe docs to docs/tutorial/interfaces.md
2015-05-29 Ronghang HuAesthetic changes on code style and some minor fix
2015-05-29 Ronghang HuFix matlab tailing dimension 1 issue for shape match
2015-05-29 Ronghang HuMatCaffe3 : a powerful matlab interface for caffe
2015-05-28 Evan Shelhamerdirectly normalize accumulated gradients
2015-05-28 Evan Shelhamertest equivalence of solving with accumulating gradients
2015-05-27 Martin Thomapython/draw_net.py and python/caffe/draw.py: Simplified...
2015-05-27 Evan Shelhameradjust local learning rate and decay according to gradi...
2015-05-27 Jonathan L... accumulate gradients in cudnn conv layer
2015-05-27 Jonathan L... accumulate gradients in (de)conv layers
2015-05-27 Sergioaccumulate gradients in inner product layer
2015-05-27 Jonathan L... zero-init param diffs in gradient checker
2015-05-27 Jonathan L... zero-init param diffs and accumulate gradients
2015-05-27 Jeff DonahueMerge pull request #2518 from shelhamer/dedup_solvers
2015-05-27 Evan ShelhamerSolver::MakeUpdate() -> Solver::ApplyUpdate
2015-05-27 Mohammad Norouzifix the bug with db_type when the number of features...
2015-05-27 Evan Shelhamerdeduplicate decay and local rate in solver updates
2015-05-27 Cyprien NoelRefactor solvers regularization and logging code
2015-05-26 Mohammad Norouziadd leading zeros to keys in feature DB files
2015-05-26 Felix AbecassisMake class MultinomialLogisticLossLayerTest derive...
2015-05-26 Felix AbecassisMake class CuDNNSoftmaxLayerTest derive from GPUDeviceTest
2015-05-26 Felix AbecassisMake class DummyDataLayerTest derive from CPUDeviceTest
2015-05-26 Felix AbecassisMake class CuDNNPoolingLayerTest derive from GPUDeviceTest
2015-05-26 Felix AbecassisMake class CuDNNConvolutionLayerTest derive from GPUDev...
2015-05-26 Felix AbecassisMake class ArgMaxLayerTest derive from CPUDeviceTest
2015-05-26 Felix AbecassisMake class CuDNNNeuronLayerTest derive from GPUDeviceTest
2015-05-26 Felix AbecassisMake class AccuracyLayerTest derive from CPUDeviceTest
2015-05-26 Felix AbecassisMake class Im2colKernelTest derive from GPUDeviceTest
2015-05-26 Felix AbecassisAdd classes GPUDeviceTest and CPUDeviceTest.
2015-05-26 Felix AbecassisSplit class StochasticPoolingLayerTest into CPUStochast...
2015-05-26 Evan ShelhamerMerge pull request #1946 from nickcarlevaris/msra_init
2015-05-26 Evan Shelhamerinclude comment on Saxe and sqrt(2) scaling factor
2015-05-26 Nick Carlevaris... Added MSRAFiller, an Xavier-like filler designed for...
2015-05-26 Felix AbecassisSplit class MathFunctionsTest into CPUMathFunctionsTest...
2015-05-26 Felix AbecassisRefactor types FloatCPU and DoubleCPU into a new type...
2015-05-22 Evan ShelhamerMerge pull request #2486 from tiangolo/ipython-notebook-v4
2015-05-22 Sebastián RamírezUpdate python/requirements.txt to have ipython>=3.0.0
2015-05-20 Jonathan L... more const in LRN layer CUDA kernels
2015-05-20 Jonathan L... more const in pooling layer CUDA kernels
2015-05-20 Jonathan L... avoid dangerous state in LRN layer CUDA kernels
2015-05-20 Jonathan L... avoid dangerous state in pooling layer CUDA kernels
2015-05-19 Evan ShelhamerMerge pull request #2488 from kibum14/master
2015-05-19 Kibum Baefix typos in docs
2015-05-19 Evan ShelhamerMerge pull request #2484 from ronghanghu/fix-caffe...
2015-05-18 Evan ShelhamerMerge pull request #2482 from longjon/clean-message...
2015-05-18 Sebastián RamírezUpdate IPython Notebooks to version 4
2015-05-18 Ronghang Hufix blob_loss_weights index in test() in caffe.cpp
2015-05-18 Jonathan L... clean up redundant message comments
2015-05-16 Jeff DonahueMerge pull request #2466 from ducha-aiki/mvn-less
2015-05-15 Jeff DonahueMerge pull request #2095 from mtamburrano/skip_propagat...
2015-05-15 Jon LongMerge pull request #2467 from MartinThoma/moose
2015-05-15 Anatoly Baksheevminor fix in cmake.config generation - do not force...
2015-05-15 Martin ThomaPython: Formatted docstrings to numpydoc (Take, Give...
2015-05-15 Dmytro MishkinRemove unnecessary variance computation from backward...
next