summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-07-20Merge pull request #2740 from philkr/travis_python3Evan Shelhamer1-0/+5
2015-07-20Travis scripts for python3 and pytest for cmake. Also fixes CUDA CMake build ...philkr1-0/+5
2015-07-10Removes a unused variable warningphilkr1-1/+0
2015-06-23Merge pull request #2611 from dpaiton/test_net_bugfixEvan Shelhamer1-4/+7
2015-06-22fixed _force_color check, fixes #2635berleon1-2/+2
2015-06-16fixed two bugs with prototext formatDylan Paiton1-4/+7
2015-06-05Split db.hpp into leveldb_db.hpp and lmdb_db.hppSergio Guadarrama3-55/+74
2015-06-04LogLayer gpu functionality moved to .cu fileMalte Stær Nissen2-47/+57
2015-06-03[bug] fix double instantiation of GPU methods in LogLayerEvan Shelhamer1-2/+0
2015-06-02Add ReductionLayer to reduce any number of "tail" axes to a scalar valueJeff Donahue4-1/+554
2015-06-02FlattenLayer gets a FlattenParameter with an axis, end_axisJeff Donahue3-10/+68
2015-06-02Add LogLayerJeff Donahue5-1/+305
2015-06-02FilterLayer cleanup and bugfix for GPU backwardJeff Donahue2-26/+25
2015-06-02Filter Layer implementedmanuele3-0/+326
2015-06-01PReLU accumulates gradTakuya Narihira2-5/+2
2015-05-31Merge pull request #2163 from jeffdonahue/slice-concat-kernelsEvan Shelhamer2-25/+66
2015-05-29Merge pull request #2511 from flx42/fix_illegal_mode_changesEvan Shelhamer11-77/+65
2015-05-29Merge pull request #1977 from shelhamer/accum-gradEvan Shelhamer10-39/+139
2015-05-29Merge pull request #2410 from sguada/datum_transformJeff Donahue6-99/+169
2015-05-29Merge pull request #2493 from longjon/sketchy-cuda-kernel-loopEvan Shelhamer2-154/+166
2015-05-28directly normalize accumulated gradientsEvan Shelhamer1-3/+29
2015-05-28test equivalence of solving with accumulating gradientsEvan Shelhamer1-3/+79
2015-05-27adjust local learning rate and decay according to gradient accumulationEvan Shelhamer1-2/+3
2015-05-27accumulate gradients in cudnn conv layerJonathan L Long1-2/+0
2015-05-27accumulate gradients in (de)conv layersJonathan L Long4-28/+0
2015-05-27accumulate gradients in inner product layerSergio2-4/+4
2015-05-27zero-init param diffs in gradient checkerJonathan L Long1-1/+1
2015-05-27zero-init param diffs and accumulate gradientsJonathan L Long2-2/+29
2015-05-27Solver::MakeUpdate() -> Solver::ApplyUpdateEvan Shelhamer1-2/+2
2015-05-26deduplicate decay and local rate in solver updatesEvan Shelhamer1-18/+5
2015-05-26Refactor solvers regularization and logging codeCyprien Noel1-293/+207
2015-05-26Make class MultinomialLogisticLossLayerTest derive from CPUDeviceTestFelix Abecassis1-2/+1
2015-05-26Make class CuDNNSoftmaxLayerTest derive from GPUDeviceTestFelix Abecassis1-3/+1
2015-05-26Make class DummyDataLayerTest derive from CPUDeviceTestFelix Abecassis1-4/+1
2015-05-26Make class CuDNNPoolingLayerTest derive from GPUDeviceTestFelix Abecassis1-12/+1
2015-05-26Make class CuDNNConvolutionLayerTest derive from GPUDeviceTestFelix Abecassis1-7/+2
2015-05-26Make class ArgMaxLayerTest derive from CPUDeviceTestFelix Abecassis1-2/+1
2015-05-26Make class CuDNNNeuronLayerTest derive from GPUDeviceTestFelix Abecassis1-9/+1
2015-05-26Make class AccuracyLayerTest derive from CPUDeviceTestFelix Abecassis1-4/+1
2015-05-26Make class Im2colKernelTest derive from GPUDeviceTestFelix Abecassis1-3/+1
2015-05-26Split class StochasticPoolingLayerTest into CPUStochasticPoolingLayerTest and...Felix Abecassis1-11/+24
2015-05-26Merge pull request #1946 from nickcarlevaris/msra_initEvan Shelhamer2-0/+106
2015-05-26Added MSRAFiller, an Xavier-like filler designed for use with ReLUsNick Carlevaris-Bianco2-0/+106
2015-05-26Split class MathFunctionsTest into CPUMathFunctionsTest and GPUMathFunctionsTestFelix Abecassis1-20/+31
2015-05-19more const in LRN layer CUDA kernelsJonathan L Long1-22/+22
2015-05-19more const in pooling layer CUDA kernelsJonathan L Long1-80/+81
2015-05-19avoid dangerous state in LRN layer CUDA kernelsJonathan L Long1-27/+31
2015-05-19avoid dangerous state in pooling layer CUDA kernelsJonathan L Long1-25/+32
2015-05-18clean up redundant message commentsJonathan L Long1-30/+3
2015-05-16Merge pull request #2466 from ducha-aiki/mvn-lessJeff Donahue3-43/+6