platform/upstream/caffeonacl.git
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...
2015-05-15 manueleAdded "propagate_down" param to LayerParameter
2015-05-15 Jeff DonahueMerge pull request #2274 from Ashwani001/patch-1
2015-05-15 Ashwani001Update generate_sample_data.py
2015-05-15 Evan ShelhamerMerge pull request #2201 from jeffdonahue/tutorial...
2015-05-15 Jeff DonahueUpdate docs for ND blobs (#1970) and layer type is...
2015-05-15 Jeff DonahueMerge pull request #2217 from jeffdonahue/ssafar-reshap...
2015-05-15 Jeff DonahueAdd ReshapeParameter axis and num_axes to reshape only...
2015-05-15 Jeff Donahuebasic tests (Forward, Gradient) for ReshapeLayer
2015-05-15 Jeff DonahueReshapeLayer fixups for ND blobs
2015-05-15 Simon SafarAdded a Reshape layer for copying-free modification...
2015-05-15 Jeff DonahueMerge pull request #2177 from pgao/spp_layer
2015-05-15 PETER_GAOSpatial Pyramid Pooling Layer
2015-05-14 Jeff DonahueMerge pull request #2115 from longjon/bogus-cross-entro...
2015-05-14 Jonathan L... remove bogus implementation of SigmoidCrossEntropyLossL...
2015-05-14 Jeff DonahueMerge pull request #1969 from tnarihi/fix-empty-param_name
2015-05-14 Jeff DonahueMerge pull request #2168 from longjon/spurious-net...
2015-05-14 Jeff DonahueMerge pull request #2165 from longjon/auto-reshape
2015-05-14 Jon LongMerge pull request #2072 from jeffdonahue/final-snapsho...
2015-05-14 Jeff DonahueMerge pull request #2456 from longjon/python-layer...
2015-05-14 Jeff DonahueMerge pull request #2457 from longjon/superfluous-destr...
next