diff --git a/WeeklyReports/hackathon_10th/2_Manfredss/2026.01.05~2026.01.18.md b/WeeklyReports/Hackathon_10th/2_Manfredss/[WeeklyReport]2026.01.05~2026.01.18.md similarity index 100% rename from WeeklyReports/hackathon_10th/2_Manfredss/2026.01.05~2026.01.18.md rename to WeeklyReports/Hackathon_10th/2_Manfredss/[WeeklyReport]2026.01.05~2026.01.18.md diff --git a/WeeklyReports/Hackathon_10th/2_Manfredss/[WeeklyReport]2026.02.02~2026.02.15.md b/WeeklyReports/Hackathon_10th/2_Manfredss/[WeeklyReport]2026.02.02~2026.02.15.md new file mode 100644 index 00000000..1902e08f --- /dev/null +++ b/WeeklyReports/Hackathon_10th/2_Manfredss/[WeeklyReport]2026.02.02~2026.02.15.md @@ -0,0 +1,20 @@ +### 姓名 +戚文斐 + +### 实习项目 +Paddle API 兼容性增强 + +### 本周工作 +1. [PR #77749](https://github.com/PaddlePaddle/Paddle/pull/77749) 实现新 api `paddle.nn.utils.rnn.pad_sequence` 和 `paddle.nn.utils.rnn.unsequence`。PR 已合入 +2. [PR #77973](https://github.com/PaddlePaddle/Paddle/pull/77973) `paddle.mm` 对齐, 新增 out 参数。PR 已合入 +3. [PR #78004](https://github.com/PaddlePaddle/Paddle/pull/78004) `paddle.nn.ParameterDict` 对齐, 使用装饰器。PR 已合入 +4. [PR #77891](https://github.com/PaddlePaddle/Paddle/pull/77891) 为 `paddle.relu` 添加别名 `paddle.nn.functional.relu`。PR 已合入 +5. [PR #77889](https://github.com/PaddlePaddle/Paddle/pull/77889) 修复 paddle.atan2,移除 `Atan2Functor` 和 `Atan2Functor`。PR 已合入 + +### 下周工作 +1. 对齐 paddle.amp.GradScaler,需要对齐参数顺序、参数名称、参数的默认值和调用路径。计划先调研新增一个专用装饰器的可行性,不行的话对齐 paddle.cuda.amp.GradScaler。同时强化 paconvert 中的测试。 +2. 本地测试 paddle.addcmul,精简 unit test. +3. 修复 paddle.randint。需要参考[文档](https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/guides/model_convert/convert_from_pytorch/api_difference/torch_more_args/torch.randint.html) +4. 有时间认领剩余任务 + +### 导师点评