reorganize repository into meeting and project framework structure
Align the repository with the new collaboration workflow by separating meeting records from project framework materials, so discussion outputs and formal research assets can evolve independently.
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# 实验设计与验证方法
|
||||
|
||||
## 1. 验证重点
|
||||
|
||||
本子课题的验证重点包括:
|
||||
|
||||
- 静态内存预算是否成立;
|
||||
- 控制任务截止期是否维持;
|
||||
- 小模型推理是否能在固定窗口内完成;
|
||||
- 功耗、热状态和启动时间是否满足约束。
|
||||
|
||||
## 2. 典型实验单元
|
||||
|
||||
适合优先组织:
|
||||
|
||||
1. 小模型与控制任务共存实验;
|
||||
2. 静态内存池和固定执行窗口实验;
|
||||
3. 工具链生成结果与手工部署结果对比;
|
||||
4. 低功耗与长稳运行实验。
|
||||
|
||||
## 3. 指标重点
|
||||
|
||||
- `deadline miss ratio`
|
||||
- `P99/P99.9 jitter`
|
||||
- 单次推理时延
|
||||
- 峰值内存占用
|
||||
- 启动时间
|
||||
- `E/inference`
|
||||
Reference in New Issue
Block a user