-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WeeklyReport] Layssy 2024.07.15~2024.07.28 #309
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
e566334
Layssy add 2024.07.15~2024.07.28 WeeklyReport
Layssy eb30ecc
Layssy add 2024.07.15~2024.07.28 WeeklyReport
Layssy 2c5577f
梳理待完成列表和每周 工作计划
Layssy 1e08edb
Merge branch 'main' into main
Layssy 8d978a7
layssy add 2024.07.29~2024.08.11 WeeklyReport
Layssy 04c1a03
修改周报,梳理列表
Layssy 246cf26
添加导师评价栏
Layssy 155162d
Update [WeeklyReports]2024.07.15~2024.07.28.md
yinfan98 dd593ab
Update [WeeklyReports]2024.07.29~2024.08.11.md
yinfan98 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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分支上 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
本周李伟已经统计完成check_inference.sh模型中全部算子的统计,并提交了elementwise_max、 elementwise_min 、elementwise_pow 、elementwise_floordiv 、elementwise_sub 、elementwise_div 、elementwise_mod、shape、greate_equal 的Marker到develop分支上