当前位置:网站首页>Target detection model size calculation, model complexity (parameter conversion formula)
Target detection model size calculation, model complexity (parameter conversion formula)
2022-07-19 09:13:00 【Pure SS】
Target detection model size calculation , Model complexity ( Parameter conversion formula )
Recently, when doing target detection, we need to compare the size of the model , Because some model output results do not include model size , Only output the parameter quantity as shown in the figure 
Or this 
, And every one saved at this time epoch Of pt The file is not just the size of the parameter weight , But the whole checkpoint, Including optimizer and so on .
Therefore, I was also distressed for a long time to find a method to estimate the size of the model through the parameter quantity , Or formula , After I compare the calculation results of many models, it is more accurate ,
Parameter conversion formula : Parameter quantity * 2 / 1024 /1024( One float16 Occupy 2 Bytes , 1024 Bytes to 1k)
边栏推荐
- ETCD数据库源码分析——etcdserver bootstrap从快照中恢复store
- 解决接口跨域问题和node操作MySQL
- 使用<pre>和JSON.stringify处理网页展示JSON的格式
- uniapp仓库管理系统源码
- 2022年夏令营难忘的一天
- Programming in the novel [serial 14] the moon bends in the yuan universe
- Programming in the novel [serial 11] the moon bends in the yuan universe
- 如何在 Authing 上快速实现 Zadig 单点登录?
- 数据库——sql-server
- LabVIEW32位与64位的兼容性
猜你喜欢

自定义MVC原理及简单实现

Markdown (5): anchor link

第六天训练

Set the ID field to increase automatically when creating tables in SQL Server (Navicat demo)

Latest fruit flstudio20.9 low version upgrade high version tutorial

焱融科技入选北京市 2022 年度“专精特新”,领航混合云文件存储

Express

Two structures ifconf and ifreq

Magic Usage of mongodb $symbol +mongo data type

ETCD数据库源码分析——etcdserver bootstrap从快照中恢复store
随机推荐
解决ApplicationEventMulticaster not initialized - call ‘refresh‘ before multicasting events异常
力扣(LeetCode)197. 上升的温度(2022.07.16)
小说里的编程 【连载之十四】元宇宙里月亮弯弯
小说里的编程 【连载之十一】元宇宙里月亮弯弯
TP5 wechat withdrawal merchants transfer to change (copying is available)
Set the ID field to increase automatically when creating tables in SQL Server (Navicat demo)
开发实用工具
第六天训练
QT串口通信
Programming in the novel [serial 14] the moon bends in the yuan universe
Megatexture technology of ID tech5
解决接口跨域问题和node操作MySQL
分库分表
Simple third-party component log desensitization
Towhee 每日模型周报
Tree array
Code Capriccio: question skimming record (under update)
Latest fruit flstudio20.9 low version upgrade high version tutorial
Left connection query of Android database
【微服务~高级】配置中心实战