summaryrefslogtreecommitdiff
path: root/include/caffe/filler.hpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-30bilinear filler -- useful for interpolation with DeconvolutionLayerTakuya Narihira1-0/+56
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-03-03Fix sparse GaussianFiller for new IPLayer weight axesJeff Donahue1-3/+2
2015-01-17Make comments for sparse GaussianFiller match actual behaviorJeff Donahue1-3/+3
2014-09-03filler.hpp: add brief filler descriptionsJeff Donahue1-11/+28
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-08-04Fix header alphabetization lint errors.Jeff Donahue1-2/+2
2014-04-15add mnist autoencoder example necessities (sigmoid cross entropy lossJeff Donahue1-0/+29
2014-04-08make RNG function outputs the last argument per Google C++ style guidelinesJeff Donahue1-9/+7
2014-04-08make RNG function names more similar to other caffe math function namesJeff Donahue1-4/+4
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-03-21clean up residual mkl comments and codeEvan Shelhamer1-1/+0
2014-03-21compile caffe without MKL (dependency replaced by boost::random, Eigen3)Rodrigo Benenson1-1/+1
2014-02-26fix most linter errorsJeff Donahue1-1/+1
2013-10-15Reorganization of codes.Yangqing Jia1-0/+147