summaryrefslogtreecommitdiff
path: root/src/caffe/util/upgrade_proto.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-01-15fixing upgrade_proto for BatchNorm layer: be more conservative leave "name" i...shai1-1/+7
2016-09-12batch norm: auto-upgrade old layer definitions w/ param messagesEvan Shelhamer1-1/+33
2016-02-29refuse to upgrade net with layer/layers inconsistencyEvan Shelhamer1-4/+6
2016-02-29fix input field -> input layer net upgrade: only convert full defsEvan Shelhamer1-20/+26
2016-02-29check all net upgrade conditionsEvan Shelhamer1-1/+2
2016-02-25deprecate input fields and upgrade automagicallyEvan Shelhamer1-0/+45
2015-10-16Add automatic upgrade for solver typeRonghang Hu1-0/+74
2015-10-16rearrange upgrade helpersEvan Shelhamer1-61/+61
2015-09-18Im2col and Convolution layers support N spatial axesJeff Donahue1-3/+3
2015-08-03Change log levels in upgrade_protoLuke Yeager1-10/+10
2015-02-05fix for layer-type-str: loss_param and DECONVOLUTION type should haveJeff Donahue1-0/+6
2015-02-05get rid of NetParameterPrettyPrint as layer is now after inputsJeff Donahue1-20/+0
2015-02-05add message ParamSpec to replace param name, blobs_lr, weight_decay, ...Jeff Donahue1-5/+13
2015-02-05automagic upgrade for v1->v2Jeff Donahue1-7/+310
2015-02-05restore upgrade_protoJeff Donahue1-59/+59
2015-02-05'layers' -> 'layer'Jeff Donahue1-26/+26
2015-02-05Layer type is a stringJeff Donahue1-37/+37
2014-09-22added support for "k" LRN parameter to upgrade_protoKaren Simonyan1-0/+8
2014-09-21include WindowDataLayer in data param upgradeEvan Shelhamer1-0/+8
2014-09-03Move transform param one level up in the proto to reduce redundancyKai Li1-93/+36
2014-08-21upgrade net parameter data transformation fields automagicallyEvan Shelhamer1-0/+79
2014-08-21compact net parameter upgradeEvan Shelhamer1-23/+12
2014-08-21Refactor ImageDataLayer to use DataTransformerTANGUY Arnaud1-8/+8
2014-08-21Refactor DataLayer using a new DataTransformerTANGUY Arnaud1-6/+8
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-08-04Fix header alphabetization lint errors.Jeff Donahue1-3/+3
2014-07-22Correctly apply padding to pooling layers when upgrading from V0Ross Girshick1-5/+9
2014-07-18reapply namespace changeYangqing Jia1-3/+0
2014-03-27move ReadNetParamsFrom{Text,Binary}File into utilJeff Donahue1-0/+47
2014-03-27add NetParameterPrettyPrint so that upgrade tool prints inputs beforeJeff Donahue1-0/+20
2014-03-27add support for hdf5 output layerJeff Donahue1-0/+12
2014-03-27cleaner version of refactoring with fields added to LayerConnectionJeff Donahue1-11/+19
2014-03-27some post rebase fixes -- copyright, hdf5_output layer (still need toJeff Donahue1-1/+1
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-27upgrade images layerJeff Donahue1-9/+57
2014-03-27incorporate WindowDataLayer into V0Upgrade and add testsJeff Donahue1-1/+70
2014-03-27fix layertype alphabetizationJeff Donahue1-2/+2
2014-03-27LayerType enumJeff Donahue1-1/+50
2014-03-27add test for input/input_dim and fix bug, wasn't copying inputJeff Donahue1-0/+3
2014-03-27add upgrade_net_proto toolJeff Donahue1-1/+6
2014-03-27add test which includes upgraded paramsJeff Donahue1-0/+3
2014-03-27add imagenet upgrade test and fix bug in upgrade_protoJeff Donahue1-1/+10
2014-03-27set correct bottom blob name in upgraded conv layerJeff Donahue1-3/+15
2014-03-27function to upgrade padding layersJeff Donahue1-1/+48
2014-03-27make solver use upgrade_proto (by constructing net with a string) andJeff Donahue1-3/+6
2014-03-27add deprecated protos to PROTO_OBJS in makefile so things compile; otherJeff Donahue1-32/+32
2014-03-27add V0NetParameter and UpgradeV0NetJeff Donahue1-0/+13
2014-03-27add v0->v1 'bridge' proto and add util that uses itJeff Donahue1-0/+267