-
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] Xuxuanang 2024.10.08~2024.10.25 #408
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
5c54d04
Create 2024.08.26~2024.09.08.md
Xuxuanang bd976a5
Merge branch 'PFCCLab:main' into main
Xuxuanang c8d600b
Create 2024.10.08~2024.10.21.md
Xuxuanang fed765a
Rename 2024.10.08~2024.10.21.md to 2024.10.08~2024.10.25.md
Xuxuanang a6dd3d4
Update 2024.10.08~2024.10.25.md
sunzhongkai588 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
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-文档-单测 对齐工作的目标和工作方法,学习如何自主排查对不齐问题,力图消灭减少每一个对不齐问题,避免对不齐问题越写越多。做好该项目需要相当的细心和耐心,期望能将项目完美收尾。 |
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.
许轩昂同学近期完成了部分API的对齐工作,要进一步把握 Matcher-文档-单测 对齐工作的目标和工作方法,学习如何自主排查对不齐问题,力图消灭减少每一个对不齐问题,避免对不齐问题越写越多。做好该项目需要相当的细心和耐心,期望能将项目完美收尾。