summaryrefslogtreecommitdiff
path: root/python/caffe/net_spec.py
AgeCommit message (Expand)AuthorFilesLines
2015-09-03NetSpec: don't require lists to specify single-element repeated fieldsJeff Donahue1-2/+8
2015-08-10Update net_spec.pyRussell Stewart1-1/+1
2015-07-23[pycaffe] net spec layers can have ntop=0Jonathan L Long1-1/+3
2015-07-23[pycaffe] allow layers to have names different from their first topsJonathan L Long1-3/+11
2015-07-23[pycaffe] add Top._to_proto convenience functionJonathan L Long1-2/+5
2015-07-23[pycaffe] use a Counter instead of a dict for counting net spec namesJonathan L Long1-5/+4
2015-07-23[pycaffe] remove dead codeJonathan L Long1-2/+0
2015-07-08Making the net_spec python3 compatiblephilkr1-5/+6
2015-06-30[pycaffe] basic net specificationJonathan L Long1-0/+203