diff --git a/WeeklyReports/Hackathon_10th/2_Manfredss/[WeeklyReport]2026.03.23~2026.04.12.md b/WeeklyReports/Hackathon_10th/2_Manfredss/[WeeklyReport]2026.03.23~2026.04.12.md new file mode 100644 index 00000000..40fb3a4a --- /dev/null +++ b/WeeklyReports/Hackathon_10th/2_Manfredss/[WeeklyReport]2026.03.23~2026.04.12.md @@ -0,0 +1,19 @@ +### 姓名 +戚文斐 + +### 本周工作 +#### 已合并 +1. [PR #78342](https://github.com/PaddlePaddle/Paddle/pull/78342) 新增 `paddle._assert` api。动态图模式:直接对条件求值,条件不满足时抛出异常;静态图模式:在静态图中注册一个断言节点,在运行时检查条件是否满足;同时支持 Tensor 条件与非 Tensor 条件。在 `python/paddle/tensor/__init__.py` 中注册 api。新增测试用例。 +2. [PR #78301](https://github.com/PaddlePaddle/Paddle/pull/78301) 对齐 `paddle.nn.Layer.to` 参数顺序,添加测试用例。 +3. [PR #78298](https://github.com/PaddlePaddle/Paddle/pull/78298) 对齐 `paddle.logit`, 添加参数别名 `input`; 新增参数 `out`; 在 `paddle.special` 中添加注册。新增对应的测试用例。 + +#### 进行中 +1. [PR #7893](https://github.com/PaddlePaddle/docs/pull/7893) 为之前所有新增或对齐的 api 更新中文文档 +2. [PR #78441](https://github.com/PaddlePaddle/Paddle/pull/78441) 在 AI Studio 开发机上测试覆盖率问题,在 `unary_infer_sym.cc` 中增加 debug 打印信息,发现能被调用 +3. [PR #77333](https://github.com/PaddlePaddle/Paddle/pull/78441) 在 AI Studio 开发机上测试 PR 问题 +4. [PR #78473](https://github.com/PaddlePaddle/Paddle/pull/78473) 为 `conv_transpose` 添加装饰器,暂时解决参数顺序不一致的问题 + +### 下周工作 +1. 着重修复 `aminmax` 和 `addcmul` 两个新 api 的问题 + +### 导师点评