当前位置:网站首页>pytorch nn.AdaptiveAvgPool2d(1)
pytorch nn.AdaptiveAvgPool2d(1)
2022-07-01 03:15:00 【是七叔呀】
在pytorch的PSPNet中
网络构建有用到nn.AdaptiveAvgPool2d(pool_size)
:
其中参数pool_size
为给定输出特征图的大小,其中通道数前后不发生变化。
- 输入 ( b , c , h , w ) \color{red}{(b,c,h,w)} (b,c,h,w)
- 输出 ( b , c , p o o l s i z e , p o o l s i z e ) \color{red}{(b,c,pool_size,pool_size)} (b,c,poolsize,poolsize)
全局信息采用如下公式:
边栏推荐
- Leetcode 1818 absolute value, sorting, dichotomy, maximum value
- Filter
- Hal library setting STM32 interrupt
- 二叉树神级遍历:Morris遍历
- 限流组件设计实战
- 10、Scanner.next() 无法读取空格/indexOf -1
- Clion and C language
- Depth first traversal of C implementation Diagram -- non recursive code
- MySQL knowledge points
- Detailed explanation of ES6 deconstruction grammar
猜你喜欢
随机推荐
Druid monitoring statistics source
shell脚本使用两个横杠接收外部参数
Learning notes for introduction to C language multithreaded programming
Redis 教程
C # realize solving the shortest path of unauthorized graph based on breadth first BFS -- complete program display
Thread data sharing and security -threadlocal
go实现命令行的工具cli
5、【WebGIS实战】软件操作篇——服务发布及权限管理
Golang多图生成gif
终极套娃 2.0 | 云原生交付的封装
10、Scanner.next() 无法读取空格/indexOf -1
MySQL index --01--- design principle of index
Analyze datahub, a new generation metadata platform of 4.7K star
[linear DP] shortest editing distance
Leetcode 1818 absolute value, sorting, dichotomy, maximum value
岭回归和lasso回归
C#实现基于广度优先BFS求解无权图最短路径----完整程序展示
数据交换 JSON
别再说不会解决 “跨域“ 问题啦
pytest-fixture