layer { name: "input" type: "Input" top: "data1" top: "data2" input_param { shape {dim: 1 dim: 1 dim: 28 dim: 28 } } } layer { name: "conv1" type: "Convolution" bottom: "data1" top: "conv1_1" convolution_param { num_output: 20 kernel_size: 5 weight_filler { type: "xavier" } } } layer { name: "conv1" type: "Convolution" bottom: "data2" top: "conv1_2" convolution_param { num_output: 20 kernel_size: 5 bias_term: false weight_filler { type: "xavier" } } }