-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WeeklyReport] Xuxuanang 2024.10.08~2024.10.25 (#408)
Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
- Loading branch information
1 parent
16e34c5
commit 2ccd265
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
WeeklyReports/Hackathon_7th/11_Xuxuanang/2024.10.08~2024.10.25.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,26 @@ | ||
### 姓名 | ||
|
||
许轩昂 | ||
|
||
### 本周工作 | ||
|
||
1. 完成对torch.Tensor.addcmul_,torch.autograd.Variable等存量文档的对齐问题,并提交了PR。且已经成功合入主分支。 | ||
2. 修改fairscale.nn.model_parallel.layers.ParallelEmbedding,torch.Tensor.histogram等算子的映射关系,使其与映射文档对齐。 | ||
|
||
相关PR: | ||
- https://github.com/PaddlePaddle/PaConvert/pull/483 | ||
- https://github.com/PaddlePaddle/PaConvert/pull/492 | ||
- https://github.com/PaddlePaddle/docs/pull/6900 | ||
|
||
3. 优化torch.Tensor.get_device,torch.cuda.BoolTensor等约30余个api算子的GPU单测写法,目前所有只能在GPU上运行的单测已经全部采用装饰器写法。 | ||
|
||
相关PR: | ||
- https://github.com/PaddlePaddle/PaConvert/pull/494 | ||
- https://github.com/PaddlePaddle/PaConvert/pull/497 | ||
### 下周工作 | ||
|
||
1. 继续完成文档不对齐以及bug修复等相关工作 | ||
|
||
### 导师点评 | ||
|
||
许轩昂同学近期完成了部分API的对齐工作,要进一步把握 Matcher-文档-单测 对齐工作的目标和工作方法,学习如何自主排查对不齐问题,力图消灭减少每一个对不齐问题,避免对不齐问题越写越多。做好该项目需要相当的细心和耐心,期望能将项目完美收尾。 |