-
Notifications
You must be signed in to change notification settings - Fork 73
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] NKNaN 2024.08.12~2024.08.25 #363
Merged
Merged
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
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
58 changes: 58 additions & 0 deletions
58
WeeklyReports/Hackathon_7th/05_NKNaN/[WeeklyReports]2024.08.12~2024.08.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,58 @@ | ||
### 姓名 | ||
|
||
李睿文 | ||
|
||
### 实习项目 | ||
|
||
框架 API 易用性提升 | ||
|
||
### 本周工作 | ||
|
||
1. **继续进行针对 `paddle.linalg.matrix_rank` 的功能增强** | ||
|
||
- 增加 `atol` 和 `rtol` 参数。 | ||
|
||
- pr 链接:https://github.com/PaddlePaddle/Paddle/pull/66070 | ||
|
||
2. **修复 `test_pad_op.py` 存在的 bug** | ||
|
||
- 补充动态图静态图;paddle.nn.functional.pad 传参时缺少了 value 参数。 | ||
|
||
- pr 链接:https://github.com/PaddlePaddle/Paddle/pull/67536 | ||
|
||
3. **修复 `paddle.linalg.lu` 存在的 bug** | ||
|
||
- 当 paddle.linalg.lu 输入 `x` 形状为 [m, n] 时且 `get_infos=True`,将返回的 info Tensor 从 1-D Tensor 改为 0-D Tensor | ||
|
||
- pr 链接:https://github.com/PaddlePaddle/Paddle/pull/67421 | ||
|
||
4. **优化 `torch.gather/torch.Tensor.gather` 的 API 转换规则** | ||
|
||
- 更新 PaConvert 中的 json 映射规则以及测试案例。 | ||
|
||
- pr 链接:https://github.com/PaddlePaddle/PaConvert/pull/449 | ||
|
||
5. **排查已修改的 58 个 API** | ||
|
||
- 核对已修改的 58 个 API 的 API 映射文档、matcher、单测。 | ||
|
||
- pr 链接:https://github.com/PaddlePaddle/PaConvert/pull/463 、https://github.com/PaddlePaddle/docs/pull/6848 、https://github.com/PaddlePaddle/Paddle/pull/67772 | ||
|
||
6. **修复 `paddle.put_along_axis` 存在的 bug** | ||
|
||
- 当 reduce = 'amax' 时,value 的反向梯度计算存在随机 inf 的情况。 | ||
|
||
- pr 链接:https://github.com/PaddlePaddle/Paddle/pull/67698 | ||
|
||
#### 问题疑惑与解答 | ||
|
||
暂无 | ||
|
||
### 下周工作 | ||
|
||
1. 继续排查已修改的 58 个 API。 | ||
1. 修改经排查发现的问题。 | ||
1. `paddle.load` 对齐 `torch.load` 持更多路径对象。 | ||
1. `paddle.empty` 等包含 dtype 参数的 API 添加⽀持 paddle.dtype 类型的输入。 | ||
|
||
### 导师点评 | ||
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的PaConvert升级问题排查,同时快速响应用户新发现的API Bug等问题。后续记得对增量修改API 做好Paddle与PaConvert的联动升级工作,继续保持工作状态~