summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer124-240/+0
2014-08-04Fix header alphabetization lint errors.Jeff Donahue95-129/+170
2014-08-04Add (momentum) SGD solver tests to check that learning rate, weightJeff Donahue1-0/+346
2014-08-04Add 'snapshot_after_train' to SolverParameter to override the finalJeff Donahue2-2/+6
2014-08-04modified test_concat_layer.cppzszhong1-5/+8
2014-08-04Fix and improve multiple places about random number generation andnetheril962-9/+15
2014-08-03Merge pull request #834 from qipeng/devYangqing Jia1-1/+1
2014-08-02Fix speedtest (and possibly other tools) by setting the net phase to theJeff Donahue1-1/+15
2014-08-02Add tests for phase filtering according to Caffe singleton phaseJeff Donahue1-5/+21
2014-08-01Test that DropoutLayer obeys dropout_ratio.Jeff Donahue1-16/+41
2014-08-01fixed unnecessary conversions in test_solver, and rearraged common.hpp a bitqipeng1-11/+7
2014-08-01lintqipeng1-7/+11
2014-08-01the compiler complains about solver tests using pointers as boolqipeng1-7/+7
2014-07-29Also apply HDF5OutputLayer fix to GPU version.Jeff Donahue1-1/+1
2014-07-29Set correct solver_mode in SolverTest so Travis build doesn't randomlyJeff Donahue1-0/+11
2014-07-29fix some namespace with std::signbityajiedesign1-0/+12
2014-07-29Merge pull request #710 from geenux/devJeff Donahue4-111/+90
2014-07-29Incorporate NetState{,Rule} into Solver/Net. Net::FilterNetJeff Donahue2-28/+183
2014-07-29Add unit tests and skeleton code for Net/Solver filtering functionality.Jeff Donahue3-0/+929
2014-07-29Add NetState message with phase, level, stage; NetStateRule message withJeff Donahue1-14/+81
2014-07-29test non-square filters by separable convolution of Sobel operatorEvan Shelhamer1-0/+96
2014-07-29fix GPU indexingEvan Shelhamer5-16/+19
2014-07-29test rectangular im2colEvan Shelhamer1-0/+33
2014-07-29im2col + convolve non-square filters, padding, and strideEvan Shelhamer7-98/+198
2014-07-29add h/w kernel size, stride, and pad for non-square filteringEvan Shelhamer1-3/+11
2014-07-28FIX: updating HDF5 input test for new test dataSergey Karayev1-1/+2
2014-07-28FIX: both data and label now copied correctly in HDF5 output layerSergey Karayev1-1/+1
2014-07-28FIX: tests now catch bug reported in #750 (in HDF5 output layer)Sergey Karayev4-2/+5
2014-07-28Merge pull request #812 from Yangqing/sweepSergey Karayev1-1/+11
2014-07-28lintYangqing Jia1-1/+1
2014-07-28fixing commentYangqing Jia1-2/+1
2014-07-28gflags 2.1 bugfix (or rather a hack).Yangqing Jia1-1/+12
2014-07-28Merge pull request #805 from alfredtofu/devYangqing Jia1-1/+1
2014-07-28Merge pull request #807 from qipeng/devJeff Donahue1-4/+4
2014-07-27set_mode to CPU in ArgMaxLayerTest constructor to avoid random TravisJeff Donahue1-4/+1
2014-07-28Update image_data_layer.cppalfredtofu1-1/+1
2014-07-27relaxed timer test requirementsqipeng1-4/+4
2014-07-27Move loss display before lr display in ComputeUpdateValue.Jeff Donahue1-3/+5
2014-07-27Make training iterations 0-indexed.Jeff Donahue1-23/+28
2014-07-26Fix my nonsensical variable names.Jeff Donahue1-10/+10
2014-07-26Print just the mean absolute value (no sum/l1norm)Jeff Donahue1-16/+10
2014-07-26Print blob L1 norms during forward/backward passes and updates ifJeff Donahue4-12/+167
2014-07-25Add gradient checks for infogain loss layer, letting it take theJeff Donahue2-14/+104
2014-07-24Merge pull request #776 from Yangqing/sweepYangqing Jia1-22/+35
2014-07-24Cleanup pthread code for data layersTANGUY Arnaud4-111/+90
2014-07-23add gflags dependency to caffe.Yangqing Jia1-22/+35
2014-07-23numerical stability improvementqipeng2-4/+4
2014-07-22Merge pull request #762 from rbgirshick/upgrade-pad-pooling-layersJeff Donahue1-5/+9
2014-07-22Correctly apply padding to pooling layers when upgrading from V0Ross Girshick1-5/+9
2014-07-22Fix repeated field copy loopbhack1-3/+4