summaryrefslogtreecommitdiff
path: root/src/caffe/test/test_net.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-03Add level and stages to Net constructorLuke Yeager1-0/+128
2016-04-04test_net.cpp: add TestForcePropagateDownJeff Donahue1-0/+102
2016-02-25drop Net inputs + Forward with bottomsEvan Shelhamer1-43/+35
2015-09-23[test] TestReshape: check that shapes actually changeEvan Shelhamer1-2/+14
2015-09-23[test] TestReshape: expect instead of checkEvan Shelhamer1-2/+2
2015-09-23[test] TestReshape: check small then largeEvan Shelhamer1-2/+4
2015-08-07Net: add learnable_params_ used by solvers to correctly handle shared paramsJeff Donahue1-18/+11
2015-06-16fixed two bugs with prototext formatDylan Paiton1-4/+7
2015-05-15Added "propagate_down" param to LayerParametermanuele1-0/+145
2015-03-03Test{Net,Solver} fixes for AccuracyLayer generalizationJeff Donahue1-8/+9
2015-02-17give phase to Net and LayerEvan Shelhamer1-14/+0
2015-02-05add message ParamSpec to replace param name, blobs_lr, weight_decay, ...Jeff Donahue1-172/+208
2015-02-05Layer type is a stringJeff Donahue1-129/+129
2014-12-30[tests] don't use Gaussian labels in NetTest's TinyNetJonathan L Long1-0/+4
2014-10-11fix flaky test EXPECT_EQ code, using EXPECT_FLOAT_NEAR per JeffYangqing Jia1-5/+5
2014-10-02save/restore shared weights unit testJeff Donahue1-0/+48
2014-10-02[fix] comment typoJeff Donahue1-1/+1
2014-09-18test net reshapingJonathan L Long1-0/+121
2014-09-03Move transform param one level up in the proto to reduce redundancyKai Li1-12/+12
2014-08-21Refactor DataLayer using a new DataTransformerTANGUY Arnaud1-4/+12
2014-08-15Add "not_stage" to NetStateRule to exclude NetStates with certainJeff Donahue1-0/+63
2014-08-13Make multiple losses work by inserting split layers and add some tests for it.Jeff Donahue1-15/+221
2014-08-13Generalize loss by allowing any top blob to be used as a loss in whichJeff Donahue1-100/+43
2014-08-13Add net tests for loss_weight.Jeff Donahue1-13/+153
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-08-04Fix header alphabetization lint errors.Jeff Donahue1-3/+2
2014-08-02Add tests for phase filtering according to Caffe singleton phaseJeff Donahue1-5/+21
2014-07-29Add unit tests and skeleton code for Net/Solver filtering functionality.Jeff Donahue1-0/+820
2014-07-18test consistency of From/To Forward/BackwardJonathan L Long1-0/+34
2014-07-15Another bugfix related to my CPU/GPU test changes: make NetTest aJeff Donahue1-1/+1
2014-07-15Add Net Test to verify correct param_propagate_down behavior.Jeff Donahue1-8/+111
2014-07-14Move test headers to include/.Jeff Donahue1-125/+45
2014-06-26change weight blob field name to paramEvan Shelhamer1-8/+8
2014-06-26weight sharingJeff Donahue1-0/+469
2014-06-26force_backward works properly with non-backproppable thingsJeff Donahue1-0/+73
2014-06-26change Backward interface: propagate_down is a vector -- use to fixJeff Donahue1-7/+136
2014-06-19Modified test_net to check loss layer with topSergio1-0/+3
2014-06-12make test_net use DUMMY_DATA instead of leveldbJeff Donahue1-65/+36
2014-03-27rollback previous commit adding version number to NetParameter -- goingJeff Donahue1-1/+0
2014-03-27add NetParameter required version number as breaking change forJeff Donahue1-0/+1
2014-03-27fix test_net for refactorJeff Donahue1-35/+23
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-03-19Fix cpplint errors for Net, its tests and feature related 3 examplesKai Li1-11/+9
2014-03-19Use lowercase underscore naming convention for Net blob & layer gettersKai Li1-17/+18
2014-03-19Add and test Net::HasLayer and GetLayerByNameKai Li1-0/+149