Paddle
Paddle copied to clipboard
【Hackathon 6th No.3】为 Paddle 新增 ZeroPad1D / ZeroPad3D / block_diag API
PR Category
Others
PR Types
Others
Description
为paddle补齐zeropad1d和zeropad3d api,同时添加block_diag api以丰富paddle功能
你的PR提交成功,感谢你对开源项目的贡献! 请关注后续CI自动化测试结果,详情请参考Paddle-CI手册。 Your PR has been submitted. Thanks for your contribution! Please wait for the result of CI firstly. See Paddle CI Manual for details.
已经好了 @luotao1 @Charles-hit
Sorry to inform you that 2cb256d's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.
Pad 可以cpu gpu都测试一下
已经好了
PR描述加一下吧
已经好了,请review
Sorry to inform you that b382c5e's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.
I have already run CI again @jeff41404
已经修改,同时已更新rfc @Charles-hit @jeff41404
pr已经全部实现,能不能先不关闭? @luotao1
https://github.com/PaddlePaddle/community/pull/906 對應的rfc也修改了
I have made the changes, please review @jeff41404
Sorry to inform you that d05dd19's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.
和 @jeff41404 @zhwesky2010 讨论:
def zeropad2d(可以废弃。辛苦在https://github.com/PaddlePaddle/Paddle/blob/fc1d21a8a933c511aca1ec402f60418234c9712a/python/paddle/nn/functional/common.py#L1883-L1887
前面加一个
@deprecated(,类似 https://github.com/PaddlePaddle/Paddle/blob/fc1d21a8a933c511aca1ec402f60418234c9712a/python/paddle/dataset/imdb.py#L78-L83since="3.0.0", update_to="paddle.nn.ZeroPad2D",@Chen-Lun-Hao
好的