summaryrefslogtreecommitdiff
path: root/src/caffe/test/test_split_layer.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-05add message ParamSpec to replace param name, blobs_lr, weight_decay, ...Jeff Donahue1-133/+165
2015-02-05Layer type is a stringJeff Donahue1-97/+97
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-5/+5
2014-09-03Move transform param one level up in the proto to reduce redundancyKai Li1-5/+5
2014-08-21Refactor DataLayer using a new DataTransformerTANGUY Arnaud1-3/+5
2014-08-13Disallow in-place computation in SPLIT layer -- has strange effects inJeff Donahue1-42/+19
2014-08-13Make multiple losses work by inserting split layers and add some tests for it.Jeff Donahue1-2/+131
2014-08-13Generalize loss by allowing any top blob to be used as a loss in whichJeff Donahue1-0/+1
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-08-04Fix header alphabetization lint errors.Jeff Donahue1-2/+3
2014-07-17collect CUDA includes and calls, separate from CPU-only mode, leave outEvan Shelhamer1-3/+0
2014-07-14Move test headers to include/.Jeff Donahue1-66/+23
2014-04-25eltwise gradient checkerJeff Donahue1-4/+4
2014-04-11change some unnecessary TYPED_TESTs to TEST_FsJeff Donahue1-12/+8
2014-03-27rollback previous commit adding version number to NetParameter -- goingJeff Donahue1-12/+0
2014-03-27add NetParameter required version number as breaking change forJeff Donahue1-0/+12
2014-03-27LayerType enumJeff Donahue1-87/+87
2014-03-27fix insert_splits for new layer param formatJeff Donahue1-419/+245
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-02-26make test_gradient_check_util methods use pointers for non-const inputsJeff Donahue1-8/+8
2014-02-26fix most linter errorsJeff Donahue1-5/+6
2014-02-26add idempotence testJeff Donahue1-0/+8
2014-02-26add imagenet no split insertion testJeff Donahue1-1/+370
2014-02-26fix split layer insertion bug with in-place layersJeff Donahue1-17/+177
2014-02-26add test for layer with two tops that are inputs to multiple layersJeff Donahue1-4/+142
2014-02-26remove pointlessly duplicated CheckGradientExhaustive calls (I screwedJeff Donahue1-4/+0
2014-02-26change \" in test_split_layer to ' for readabilityJeff Donahue1-131/+129
2014-02-26allow in place computation of SplitLayer 0th top blobJeff Donahue1-0/+48
2014-02-26give first top split blob same name as bottom blobJeff Donahue1-6/+8
2014-02-26change \n's to less distracting spaces in hard-coded proto stringsJeff Donahue1-253/+253
2014-02-26some cleanupJeff Donahue1-2/+0
2014-02-26add split layer insertion tests; move split insertion code to util fileJeff Donahue1-0/+302
2014-02-26add split layer testsJeff Donahue1-0/+4
2014-02-26add split layer testsJeff Donahue1-0/+105
2014-02-17Revert "Merge pull request #114 from jeffdonahue/dags-by-split"Evan Shelhamer1-591/+0
2014-02-16add test for layer with two tops that are inputs to multiple layersJeff Donahue1-4/+142
2014-02-15remove pointlessly duplicated CheckGradientExhaustive calls (I screwedJeff Donahue1-4/+0
2014-02-15change \" in test_split_layer to ' for readabilityJeff Donahue1-131/+129
2014-02-15allow in place computation of SplitLayer 0th top blobJeff Donahue1-0/+48
2014-02-15give first top split blob same name as bottom blobJeff Donahue1-6/+8
2014-02-15change \n's to less distracting spaces in hard-coded proto stringsJeff Donahue1-253/+253
2014-02-15some cleanupJeff Donahue1-2/+0
2014-02-15add split layer insertion tests; move split insertion code to util fileJeff Donahue1-0/+302
2014-02-15add split layer testsJeff Donahue1-0/+4
2014-02-15add split layer testsJeff Donahue1-0/+105