Multiple pathways for data through a layer in Caffe
问题 I would like to construct a network in Caffe in which the incoming data is split up initially, passes separately through the same set of layers, and is finally recombined using an eltwise layer. After this, all the parts will move as a single blob. The layer configuration of the part of the network for which the data moves parallely will be identical, except for the learned parameters. Is there a way to define this network in Caffe without redefining the layers through which the different