Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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<int32_t>` 和 `Atan2Functor<int64_t>`。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. 有时间认领剩余任务

### 导师点评
Loading