0
点赞
收藏
分享

微信扫一扫

Fractional Max-Pooling

程序猿不脱发2 2022-08-08 阅读 79


​​Fractional Max-Pooling​​ suggests a method for performing the pooling operation with filters smaller than 2x2. This is done by randomly generating pooling regions with a combination of 1x1, 1x2, 2x1 or 2x2 filters to tile the input activation map. The grids are generated randomly on each forward pass, and at test time the predictions can be averaged across several grids.



举报

相关推荐

0 条评论