summaryrefslogtreecommitdiff
path: root/src/caffe/layers/dropout_layer.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-17give phase to Net and LayerEvan Shelhamer1-2/+2
2015-02-05Layer type is a stringJeff Donahue1-1/+2
2014-10-13move registration code to corresponding cpp files.Yangqing Jia1-2/+1
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-7/+7
2014-09-18split off Reshape for neuron layersJonathan L Long1-3/+9
2014-08-13Generalize loss by allowing any top blob to be used as a loss in whichJeff Donahue1-4/+3
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-08-04Fix header alphabetization lint errors.Jeff Donahue1-1/+1
2014-07-19use Blob directly instead of shared_ptr for DropoutLayer::rand_vec_Jonathan L Long1-4/+4
2014-07-17stub out GPU layer methods to crash loudly in CPU-only modeEvan Shelhamer1-0/+4
2014-06-27Modify Dropout to allow backward pass in TEST phaseSergio1-5/+8
2014-06-26change Backward interface: propagate_down is a vector -- use to fixJeff Donahue1-2/+2
2014-05-24make a Blob<unsigned int> and use in dropout layerJeff Donahue1-3/+4
2014-05-19fwd/back math docs for neuron layersSergey Karayev1-0/+2
2014-04-08add analogous caffe_gpu_rng_* functions for gaussian and uniform, andJeff Donahue1-2/+2
2014-04-08make RNG function outputs the last argument per Google C++ style guidelinesJeff Donahue1-1/+1
2014-04-08make RNG function names more similar to other caffe math function namesJeff Donahue1-1/+1
2014-04-08call caffe_set_rng at the end of each vRng function to maintain stateJeff Donahue1-1/+1
2014-03-27changes to layers etc to make 'make all' run successfully under newJeff Donahue1-1/+1
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-03-21clean up residual mkl comments and codeEvan Shelhamer1-2/+0
2014-03-21compile caffe without MKL (dependency replaced by boost::random, Eigen3)Rodrigo Benenson1-2/+4
2014-03-19change specification of forward/backward function and fix layerJeff Donahue1-3/+3
2014-03-18lint, except for rand/rand_rEvan Shelhamer1-0/+2
2014-02-26Splitting source files between CUDA and CPU code.Eric Tzeng1-0/+63