深度學習---之caffe如何加入Leaky_relu層

zxyhhjs2017發表於2018-05-21

layer {
   name: "relu1"
   type: "ReLU"
   bottom: "conv1_out"
   top: "relu1_out"
   relu_param{
      negative_slope: 0.5
   }
 }

相關文章