当前位置:网站首页>pytorch nn. AdaptiveAvgPool2d(1)
pytorch nn. AdaptiveAvgPool2d(1)
2022-07-01 03:29:00 【It's seventh uncle】
stay pytorch Of PSPNet in
Network construction is useful to nn.AdaptiveAvgPool2d(pool_size)
:
The parameter pool_size
Is the size of the given output characteristic graph , The number of channels does not change before and after .
- Input ( b , c , h , w ) \color{red}{(b,c,h,w)} (b,c,h,w)
- Output ( 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)
The global information adopts the following formula :
边栏推荐
- Home online shopping project
- Cookie&Session
- How to use hybrid format to output ISO files? isohybrid:command not found
- Introduction to EtherCAT
- FCN full Convolution Network Understanding and Code Implementation (from pytorch Official Implementation)
- 如何校验两个文件内容是否相同
- 雪崩问题以及sentinel的使用
- Nacos
- Subnet division (10)
- Promise中finally的用法
猜你喜欢
The value of the second servo encoder is linked to the NC virtual axis of Beifu PLC for display
ASGNet论文和代码解读2
Analyze datahub, a new generation metadata platform of 4.7K star
The 'mental (tiring) process' of building kubernetes/kubesphere environment with kubekey
How do spark tasks of 10W workers run? (Distributed Computing)
Hal library setting STM32 interrupt
Filter
过滤器 Filter
限流组件设计实战
Introduction to EtherCAT
随机推荐
过滤器 Filter
Redis高效点赞与取消功能
go实现命令行的工具cli
数据交换 JSON
别再说不会解决 “跨域“ 问题啦
Analyze datahub, a new generation metadata platform of 4.7K star
EtherCAT原理概述
C language EXECL function
Common interview questions for performance test
JS daily development tips (continuous update)
How to achieve 0 error (s) and 0 warning (s) in keil5
Golang multi graph generation gif
gcc使用、Makefile总结
Server rendering technology JSP
数据库DDL(Data Definition Language,数据定义语言)知识点
So easy 将程序部署到服务器
Ctfshow blasting WP
排序链表(归并排序)
【读书笔记】《文案变现》——写出有效文案的四个黄金步骤
LeetCode 31下一个排列、LeetCode 64最小路径和、LeetCode 62不同路径、LeetCode 78子集、LeetCode 33搜索旋转排序数组(修改二分法)