summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-06-30bilinear filler -- useful for interpolation with DeconvolutionLayerTakuya Narihira1-0/+56
2015-06-05Split db.hpp into leveldb_db.hpp and lmdb_db.hppSergio Guadarrama3-136/+164
2015-06-02Add ReductionLayer to reduce any number of "tail" axes to a scalar valueJeff Donahue1-0/+45
2015-06-02Add LogLayerJeff Donahue3-0/+73
2015-06-02FilterLayer cleanup and bugfix for GPU backwardJeff Donahue1-3/+3
2015-06-02Filter Layer implementedmanuele1-0/+63
2015-05-29Merge pull request #2511 from flx42/fix_illegal_mode_changesEvan Shelhamer1-13/+15
2015-05-29Merge pull request #1977 from shelhamer/accum-gradEvan Shelhamer2-2/+6
2015-05-29Merge pull request #2410 from sguada/datum_transformJeff Donahue1-0/+36
2015-05-28directly normalize accumulated gradientsEvan Shelhamer1-0/+1
2015-05-27zero-init param diffs in gradient checkerJonathan L Long1-2/+5
2015-05-27Solver::MakeUpdate() -> Solver::ApplyUpdateEvan Shelhamer1-4/+4
2015-05-26Refactor solvers regularization and logging codeCyprien Noel1-5/+7
2015-05-26Add classes GPUDeviceTest and CPUDeviceTest.Felix Abecassis1-0/+8
2015-05-26Merge pull request #1946 from nickcarlevaris/msra_initEvan Shelhamer1-9/+62
2015-05-26include comment on Saxe and sqrt(2) scaling factorEvan Shelhamer1-0/+3
2015-05-26Added MSRAFiller, an Xavier-like filler designed for use with ReLUsNick Carlevaris-Bianco1-9/+59
2015-05-26Refactor types FloatCPU and DoubleCPU into a new type CPUDevice<T>Felix Abecassis1-17/+11
2015-05-16Merge pull request #2466 from ducha-aiki/mvn-lessJeff Donahue1-0/+1
2015-05-15Merge pull request #2095 from mtamburrano/skip_propagate_down_paramJeff Donahue1-0/+3
2015-05-15Remove unnecessary variance computation from backward in MVN layerDmytro Mishkin1-0/+1
2015-05-15Added "propagate_down" param to LayerParametermanuele1-0/+3
2015-05-14Add ReshapeParameter axis and num_axes to reshape only a particular spanJeff Donahue1-2/+0
2015-05-14ReshapeLayer fixups for ND blobsJeff Donahue1-13/+18
2015-05-14Added a Reshape layer for copying-free modification of blob dimensions.Simon Safar1-0/+35
2015-05-14Merge pull request #2177 from pgao/spp_layerJeff Donahue1-0/+66
2015-05-14Spatial Pyramid Pooling LayerPETER_GAO1-0/+66
2015-05-14Merge pull request #2115 from longjon/bogus-cross-entropy-gpuJeff Donahue1-2/+0
2015-05-14remove bogus implementation of SigmoidCrossEntropyLossLayer::Forward_gpuJonathan L Long1-2/+0
2015-05-14Merge pull request #2168 from longjon/spurious-net-includesJeff Donahue2-2/+0
2015-05-14Merge pull request #2165 from longjon/auto-reshapeJeff Donahue1-0/+1
2015-05-14Merge pull request #2456 from longjon/python-layer-objectJeff Donahue1-7/+6
2015-05-13remove superfluous empty destructorsJonathan L Long1-2/+0
2015-05-13[pycaffe] use bp::object instead of PyObject* for self in Python layerTakuya Narihira1-7/+6
2015-05-05Merge pull request #2414 from tnarihi/fix-prelu-redanduncyJeff Donahue1-1/+2
2015-05-04Modify for better readability regarding temporary bufffer for backwardTakuya Narihira1-1/+2
2015-04-26fix a typo that GFLAGS_GFLAGS_H_ -> GFLAGS_GFAGS_H_gdh19951-1/+1
2015-04-08Added InferBlobShape to data_transformer.Sergio Guadarrama1-0/+36
2015-03-25Merge pull request #2160 from TorosFanny/masterJeff Donahue1-1/+1
2015-03-24replace cuDNN alphas and betas with coefficient valuesEvan Shelhamer1-5/+9
2015-03-24switch to cuDNN R2Simon Layton4-23/+25
2015-03-19remove spurious net.hpp includesJonathan L Long2-2/+0
2015-03-19always call Layer::Reshape in Layer::ForwardJonathan L Long1-0/+1
2015-03-19change resorce to resourceTorosFanny1-1/+1
2015-03-13shuffle datawieschol1-0/+2
2015-03-11PReLU Layer and its testsTakuya Narihira1-0/+84
2015-03-09AccuracyLayer: add ignore_label parammax argus1-0/+6
2015-03-09Fixup AccuracyLayer like SoftmaxLossLayer in #1970 -- fixes #2063Jeff Donahue1-0/+1
2015-03-07whitespace in common.hppJonathan L Long1-1/+1
2015-03-06Fix references to plural names in API documentationChristos Nikolaou2-6/+6