-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WeeklyReport] nizne9 2024.11.29~2024.12.13 (#485)
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
Reports/season 4/nizne9/[WeeklyReport]2024.11.29~2024.12.13.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,28 @@ | ||
### 姓名 | ||
|
||
钟至佳(@nizne9) | ||
|
||
### 开发中的快乐开源任务 | ||
|
||
1. Paddle Tensor 规范化(第二期)中的 `paddle.atan2` 和 `paddle.unstack` | ||
2. PaddleMix 快乐开源活动中的 sam2 推理 | ||
|
||
### 本双周工作 | ||
|
||
1. **提交文档打卡任务 [#69152](https://github.com/PaddlePaddle/Paddle/pull/69983)** | ||
* 修复 Typo `because` | ||
|
||
2. **合入一个 Paddle Tensor 规范化二期 PR[#70127](https://github.com/PaddlePaddle/Paddle/pull/70127)** | ||
* 为 `paddle.meshgrid` 编写测试代码 | ||
* 修改 `paddle.meshgrid` 的强制检查,使其支持单 Tensor 输入 | ||
|
||
3. **问题疑惑与解答** | ||
|
||
* 星河社区的框架开发环境会经常性无法编译通过,原因不明,浪费了大量时间。现已换成本地机器进行编译 | ||
|
||
### 未来双周计划 | ||
|
||
1. 完成 `paddle.atan2` 并合入,包括支持广播机制及测试 | ||
2. 完成 `paddle.unstack` 并合入 | ||
3. 继续完善 `paddle.meshgrid`,跟随其他任务的 PR 合入 | ||
4. 完成认领的其他规范化二期的任务,提高效率 |