-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WeeklyReport] Layssy 2024.07.15~2024.07.28 (#309)
Co-authored-by: yinfan98 <32722923+yinfan98@users.noreply.github.com>
- Loading branch information
Showing
2 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
WeeklyReports/Hackathon_7th/10_layssy/[WeeklyReports]2024.07.15~2024.07.28.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
### 姓名 | ||
|
||
李伟 | ||
|
||
### 实习项目 | ||
|
||
推理Predictor 及 IR Pass建设 | ||
|
||
### 本周工作 | ||
|
||
#### paddle架构相关学习 | ||
|
||
1. 准备好paddle 环境 | ||
1. 熟悉paddle的整个流程,以及工作内容 | ||
|
||
#### 算子的 Marker 的开发 和单测的实现 | ||
|
||
1. 完成pd_op.index_select Maker的开发和单测 | ||
2. 完成了pd_op.cast Maker的开发和单测 | ||
3. 整理了需要进行开发的pd_op的算子 | ||
|
||
### 下周工作 | ||
|
||
1. 继续完成剩余pd_op.h的算子的Marker开发和实现 | ||
1. 完成Split_with_num 、multiply、 elementwise_max elementwise_min elementwise_pow elementwise_floordiv elementwise_sub elementwise_div elementwise_mod的 marker 的开发 | ||
1. 补充完 已经写好marker 的算子的单测 | ||
1. 整理 Deeplabv3_Plus-R101、 Deeplabv3_Plus-R50、Deeplabv3-R101、Deeplabv3-R50、OCRNet_HRNet-W48、PP-LiteSeg-T | ||
|
||
1. 通过Paddle-Inference-Demo 的了解 paddle 整个框架的流程 | ||
|
||
### 详细链接 | ||
|
||
[周报pr链接](https://github.com/PFCCLab/Camp/pull/309) | ||
|
||
### 导师评价 | ||
|
||
需要完成哪些op marker / converter的开发,能否梳理一个列表 |
45 changes: 45 additions & 0 deletions
45
WeeklyReports/Hackathon_7th/10_layssy/[WeeklyReports]2024.07.29~2024.08.11.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
### 姓名 | ||
|
||
李伟 | ||
|
||
### 实习项目 | ||
|
||
推理Predictor 及 IR Pass建设 | ||
|
||
### 本周工作 | ||
|
||
#### paddle架构相关学习 | ||
|
||
1. 熟悉了Paddle-Inference-Demo python层面的运用 | ||
2. 学习了 paddle 算子层面的转换 | ||
|
||
#### 算子的 Marker 的开发 和单测的实现 | ||
|
||
1. 完成一系列算子的 marker和单测的开发 | ||
1. Split_with_num | ||
2. multiply | ||
3. elementwise_max、 elementwise_min 、elementwise_pow 、elementwise_floordiv 、elementwise_sub 、elementwise_div 、elementwise_mod | ||
4. shape | ||
5. greate_equal | ||
|
||
2. 补充现在已有marker的算子的单测 | ||
|
||
#### 模型文档整理 | ||
|
||
1. 整理了一部分check_infrence.sh中的的模型包含的算子是否具有对应的marker 和converter | ||
1. Deeplabv3_Plus-R101、 Deeplabv3_Plus-R50、Deeplabv3-R101、Deeplabv3-R50 | ||
2. OCRNet_HRNet-W48 | ||
3. PP-LiteSeg-T | ||
4. PP-OCRv4_mobile_det、PP-OCRv4_server_det、PP-OCRv4_mobile_rec、PP-OCRv4_server_rec | ||
|
||
|
||
### 下周工作 | ||
|
||
1. 继续完成check_infrence.sh 剩余模型中算子的统计 | ||
1. 统计完成之后,补充缺少marker算子的marker以及单测 | ||
1. 学习如何开发算子的converter | ||
1. 熟悉Paddle-Inference-Demo 的c++端的流程 | ||
|
||
### 导师评价 | ||
|
||
本周李伟已经统计完成check_inference.sh模型中全部算子的统计,并提交了elementwise_max、 elementwise_min 、elementwise_pow 、elementwise_floordiv 、elementwise_sub 、elementwise_div 、elementwise_mod、shape、greate_equal 的Marker到develop分支上 |