File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
WeeklyReports/Hackathon_10th/2_Manfredss Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ ### 姓名
2+ 戚文斐
3+
4+ ### 实习项目
5+ Paddle API 兼容性增强
6+
7+ ### 本周工作
8+ 1 . [ PR #77749 ] ( https://github.com/PaddlePaddle/Paddle/pull/77749 ) 实现新 api ` paddle.nn.utils.rnn.pad_sequence ` 和 ` paddle.nn.utils.rnn.unsequence ` 。PR 已合入
9+ 2 . [ PR #77973 ] ( https://github.com/PaddlePaddle/Paddle/pull/77973 ) ` paddle.mm ` 对齐, 新增 out 参数。PR 已合入
10+ 3 . [ PR #78004 ] ( https://github.com/PaddlePaddle/Paddle/pull/78004 ) ` paddle.nn.ParameterDict ` 对齐, 使用装饰器。PR 已合入
11+ 4 . [ PR #77891 ] ( https://github.com/PaddlePaddle/Paddle/pull/77891 ) 为 ` paddle.relu ` 添加别名 ` paddle.nn.functional.relu ` 。PR 已合入
12+ 5 . [ PR #77889 ] ( https://github.com/PaddlePaddle/Paddle/pull/77889 ) 修复 paddle.atan2,移除 ` Atan2Functor<int32_t> ` 和 ` Atan2Functor<int64_t> ` 。PR 已合入
13+
14+ ### 下周工作
15+ 1 . 对齐 paddle.amp.GradScaler,需要对齐参数顺序、参数名称、参数的默认值和调用路径。计划先调研新增一个专用装饰器的可行性,不行的话对齐 paddle.cuda.amp.GradScaler。同时强化 paconvert 中的测试。
16+ 2 . 本地测试 paddle.addcmul,精简 unit test.
17+ 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 )
18+ 4 . 有时间认领剩余任务
19+
20+ ### 导师点评
You can’t perform that action at this time.
0 commit comments