summaryrefslogtreecommitdiff
path: root/src/caffe/net.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-06-28lintEvan Shelhamer1-0/+1
2014-06-26rename layer -> param mapping for clarityEvan Shelhamer1-2/+2
2014-06-26change weight blob field name to paramEvan Shelhamer1-8/+8
2014-06-26weight sharingJeff Donahue1-7/+104
2014-06-26force_backward works properly with non-backproppable thingsJeff Donahue1-3/+18
2014-06-26change Backward interface: propagate_down is a vector -- use to fixJeff Donahue1-1/+5
2014-06-25remove unused variablesJonathan L Long1-3/+0
2014-06-12refactor Net::Init to call helpers AppendBottom and AppendTopJeff Donahue1-64/+85
2014-06-12make Net::Init loop indices clearerJeff Donahue1-37/+40
2014-05-20Merge pull request #404 from jeffdonahue/net-param-in-solverEvan Shelhamer1-0/+2
2014-05-13net knows output blobsEvan Shelhamer1-0/+1
2014-05-09log {Net,Solver}Parameters on InitJeff Donahue1-0/+2
2014-04-16add ShareTrainedLayersWith method and use for test net in solverJeff Donahue1-0/+31
2014-03-27move ReadNetParamsFrom{Text,Binary}File into utilJeff Donahue1-50/+2
2014-03-27fix upgrade_net_proto namesJeff Donahue1-4/+4
2014-03-27cleaner version of refactoring with fields added to LayerConnectionJeff Donahue1-23/+30
2014-03-27rollback previous commit adding version number to NetParameter -- goingJeff Donahue1-4/+0
2014-03-27add NetParameter required version number as breaking change forJeff Donahue1-0/+4
2014-03-27make all tools backwards compatible with v0 net paramJeff Donahue1-16/+42
2014-03-27fix upgrade_net_proto nameJeff Donahue1-1/+1
2014-03-27add upgrade_net_proto toolJeff Donahue1-1/+1
2014-03-27fix insert_splits for new layer param formatJeff Donahue1-1/+1
2014-03-27add deprecated protos to PROTO_OBJS in makefile so things compile; otherJeff Donahue1-1/+18
2014-03-27make ReadProtoFromTextFile not die on parse failure; addJeff Donahue1-1/+1
2014-03-27caffe.proto: layer->layersJeff Donahue1-10/+10
2014-03-27changes to layers etc to make 'make all' run successfully under newJeff Donahue1-21/+19
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-03-21Merge pull request #209 from jeffdonahue/loss-in-forward-passJeff Donahue1-13/+14
2014-03-19null pointer defaults for forward loss outputsJeff Donahue1-15/+7
2014-03-19change specification of forward/backward function and fix layerJeff Donahue1-11/+20
2014-03-19Fix cpplint errors for Net, its tests and feature related 3 examplesKai Li1-4/+6
2014-03-19Use lowercase underscore naming convention for Net blob & layer gettersKai Li1-10/+6
2014-03-19Add and test Net::HasLayer and GetLayerByNameKai Li1-1/+22
2014-03-19Add and test Net::HasBlob and GetBlob to simplify feature extractionKai Li1-0/+23
2014-03-06Changed display top shape to include num and count, Memory required by DataSergio Guadarrama1-3/+3
2014-03-06Log memory usage while loading a Netsguada1-2/+13
2014-02-26some cleanupJeff Donahue1-1/+0
2014-02-26add split layer insertion tests; move split insertion code to util fileJeff Donahue1-1/+6
2014-02-17Revert "Merge pull request #114 from jeffdonahue/dags-by-split"Evan Shelhamer1-5/+1
2014-02-15some cleanupJeff Donahue1-1/+0
2014-02-15add split layer insertion tests; move split insertion code to util fileJeff Donahue1-67/+2
2014-02-15add SplitLayer and Net::AddSplits to transform shared bottom blobs intoJeff Donahue1-1/+71
2014-02-12bugfix regarding #100Yangqing Jia1-5/+9
2014-02-12Update net.cppYangqing Jia1-3/+9
2013-11-27net.cpp: LOG to DLOGYangqing Jia1-1/+1
2013-11-21fix Makefile problemYangqing Jia1-3/+3
2013-11-15Made a major change: when initializing a network, the input size are no longe...Yangqing Jia1-49/+10
2013-11-13pycaffe updateYangqing Jia1-13/+16
2013-11-12added pycaffe wrapper. Preparing to clean the structureYangqing Jia1-8/+8
2013-11-11stochastic pooling: avoid nanYangqing Jia1-1/+1