net.pool1 = caffe.layers.Pooling(net.myconv, pool=caffe.params.Pooling.MAX, kernel_size=2, stride=2)

输出:
layer {
  name: "pool1"
  type: "Pooling"
  bottom: "myconv"
  top: "pool1"
  pooling_param {
    pool: MAX
    kernel_size: 2
    stride: 2
  }
}

 

相关文章:

  • 2022-12-23
  • 2021-08-21
  • 2021-08-22
  • 2021-05-30
  • 2022-02-16
  • 2021-08-22
  • 2021-09-18
  • 2021-10-06
猜你喜欢
  • 2021-10-04
  • 2021-12-27
  • 2021-12-28
  • 2021-08-23
  • 2021-10-20
  • 2021-10-22
  • 2021-06-28
相关资源
相似解决方案