当前位置:网站首页>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)
全局信息采用如下公式:
边栏推荐
- ctfshow爆破wp
- Split(), split(), slice(), can't you tell?
- Edlines: a real time line segment detector with a false detection control
- 线程数据共享和安全 -ThreadLocal
- Ultimate dolls 2.0 | encapsulation of cloud native delivery
- POI exports excel and displays hierarchically according to parent-child nodes
- C language EXECL function
- Huawei operator level router configuration example | configuration optionA mode cross domain LDP VPLS example
- How do spark tasks of 10W workers run? (Distributed Computing)
- POI导出excel,按照父子节点进行分级显示
猜你喜欢

不用加减乘除实现加法

排序链表(归并排序)

Detailed list of errors related to twincat3 ads of Beifu

服务器渲染技术jsp

C # realize solving the shortest path of unauthorized graph based on breadth first BFS -- complete program display

还在浪费脑细胞自学吗,这份面试笔记绝对是C站天花板

文件上传下载

POI exports excel and displays hierarchically according to parent-child nodes

Introduction and installation of Solr

监听器 Listener
随机推荐
JUC学习
Huawei operator level router configuration example | configuration optionA mode cross domain LDP VPLS example
Analyze datahub, a new generation metadata platform of 4.7K star
Redis tutorial
Hello World generation
Redis分布式锁的8大坑
ECMAScript 6.0
JUC learning
Go tool cli for command line implementation
数据交换 JSON
Edge Drawing: A combined real-time edge and segment detector 翻译
ctfshow爆破wp
服务器渲染技术jsp
Metadata in NFT
Include() of array
Best used trust automation script (shell)
【日常训练】1175. 质数排列
不用加减乘除实现加法
Split(), split(), slice(), can't you tell?
gcc使用、Makefile总结