layer {
name: "relu1"
type: "ReLU"
bottom: "conv1_out"
top: "relu1_out"
relu_param{
negative_slope: 0.5
}
}
深度学习---之caffe如何加入Leaky_relu层
最新推荐文章于 2025-08-23 21:59:15 发布

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