summaryrefslogtreecommitdiff
path: root/src/caffe/util/insert_splits.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-25drop Net inputs + Forward with bottomsEvan Shelhamer1-20/+1
2015-08-14[net] improve net config and shape mismatch error messagesJeff Donahue1-1/+2
2015-02-05'layers' -> 'layer'Jeff Donahue1-10/+10
2015-02-05Layer type is a stringJeff Donahue1-1/+1
2014-08-13Disallow in-place computation in SPLIT layer -- has strange effects inJeff Donahue1-5/+0
2014-08-13Make multiple losses work by inserting split layers and add some tests for it.Jeff Donahue1-4/+32
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-18reapply namespace changeYangqing Jia1-5/+0
2014-03-27LayerType enumJeff Donahue1-1/+1
2014-03-27fix insert_splits for new layer param formatJeff Donahue1-10/+9
2014-03-27caffe.proto: layer->layersJeff Donahue1-8/+8
2014-03-27changes to layers etc to make 'make all' run successfully under newJeff Donahue1-25/+24
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-02-26fix post-rebase linter errorsJeff Donahue1-0/+1
2014-02-26minor cleanup; only get blob_name if neededJeff Donahue1-3/+3
2014-02-26fix split layer insertion bug with in-place layersJeff Donahue1-18/+61
2014-02-26remove unnecessary includeJeff Donahue1-1/+0
2014-02-26eliminate some cruft by relying on std::map default initializationsJeff Donahue1-15/+5
2014-02-26get rid of messy snprintf string concatenationJeff Donahue1-6/+5
2014-02-26get_split_blob_name returns a string to remove some verbosityJeff Donahue1-17/+10
2014-02-26remove redundant add_bottom (immediately cleared and then re-added)Jeff Donahue1-1/+0
2014-02-26fix comment typoJeff Donahue1-1/+1
2014-02-26give first top split blob same name as bottom blobJeff Donahue1-6/+10
2014-02-26eliminate redundant code with get_split_blob_name methodJeff Donahue1-12/+15
2014-02-26some cleanupJeff Donahue1-1/+3
2014-02-26add split layer insertion tests; move split insertion code to util fileJeff Donahue1-0/+97
2014-02-17Revert "Merge pull request #114 from jeffdonahue/dags-by-split"Evan Shelhamer1-86/+0
2014-02-16remove unnecessary includeJeff Donahue1-1/+0
2014-02-16eliminate some cruft by relying on std::map default initializationsJeff Donahue1-15/+5
2014-02-16get rid of messy snprintf string concatenationJeff Donahue1-6/+5
2014-02-16get_split_blob_name returns a string to remove some verbosityJeff Donahue1-17/+10
2014-02-16remove redundant add_bottom (immediately cleared and then re-added)Jeff Donahue1-1/+0
2014-02-16fix comment typoJeff Donahue1-1/+1
2014-02-15give first top split blob same name as bottom blobJeff Donahue1-6/+10
2014-02-15eliminate redundant code with get_split_blob_name methodJeff Donahue1-12/+15
2014-02-15some cleanupJeff Donahue1-1/+3
2014-02-15add split layer insertion tests; move split insertion code to util fileJeff Donahue1-0/+97