def __init__(self, name="network"): self.net = caffe_pb2.NetParameter() self.net.name = name self.bottom = None self.cur = None self.this = None