当前位置:网站首页>The essence of dynamic convolution
The essence of dynamic convolution
2022-07-28 05:38:00 【A little knowledge, a hundred Xiaosheng】
The parameter quantity of dynamic convolution will increase exponentially , The amount of calculation will increase less
The amount of calculation is mainly in W x + b Wx+b Wx+b, For convolution W yes 3 × 3 3\times3 3×3 Convolution kernel of through step stride adopt H , W H,W H,W When the characteristic diagram of , A lot of computation is generated .
For dynamic convolution K K K A core , The main reason is that the parameter quantity is increased , But the amount of calculation increases very little , because K With different parameters W W W The amount of computation of weighted aggregation is related to the size of the nucleus , However, usually the size of convolution kernel is mainly 3 × 3 3\times3 3×3 So the computational cost is very small .
边栏推荐
猜你喜欢

IDEA配置 service(Run Dashboard) 服务,多模块同时启动
Printf function of input and output function in C language

Long和Integer如何进行比较,为什么报错

VMware Workstation 与 Device/Credential Guard 不兼容。禁用 Device/Credential Guard

CentOS7安装MySQL5.7

Advanced multi threading: the underlying principle of synchronized, the process of lock optimization and lock upgrade

Redis' bloom filter

Example of main diagram of paper model

FusionGAN代码学习(一)

Tomato timing dimming table lamp touch chip-dlt8t10s-jericho
随机推荐
Localdatetime removes T, and jsonfield is invalid
Openjudge: matrix multiplication
JUC笔记
repackag failed: Unable to find main class
latex使用\hl进行高亮时遇到引用总是报错,显示少了括号或者多了括号
Openjudge: judge whether the string is palindrome
BigDecimal 进行四舍五入 四舍六入和保留两位小数
IDEA配置 service(Run Dashboard) 服务,多模块同时启动
Mabtis (I) basic use of framework
The difference between get and post
MySQL uses list as a parameter to query
Printf function of input and output function in C language
oracle查看锁表语句、解锁方法
JVM篇 笔记3:类加载与字节码技术
Advanced multi threading: the underlying principle of synchronized, the process of lock optimization and lock upgrade
注册中心服务eureka 切换到 nocas遇到的问题
Tomato timing dimming table lamp touch chip-dlt8t10s-jericho
正则表达式
openjudge:统计数字字符个数
集合框架的操作使用