Paddle F.pad 不支持 2D Tensor

fjnneemd  于 2022-10-25  发布在  其他
关注(0)|答案(2)|浏览(169)

torch 在 mode == "constant"(默认模式)其实是可以支持 2D Tensor 的,如下所示
https://github.com/pytorch/pytorch/blob/b0fdca885547efedddc4e9cfe78a5e0d7838e9f0/torch/nn/functional.py#L4339
希望修一下,因为在模型里面随便引入 numpy pad 之后再 to_tensor 的话,动转静可能是会有问题的
增加一个维度再 pad 再 squeeze 未免过于丑陋

55ooxyrt

55ooxyrt1#

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看 官网API文档常见问题历史IssueAI社区 来寻求解答。祝您生活愉快~

Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the APIFAQGithub Issue and AI community to get the answer.Have a nice day!

4ioopgfo

4ioopgfo2#

您好,建议使用 paddle.nn.functional.pad api 直接对 2d tensor 进行 pad 操作

相关问题