X2Paddle
X2Paddle copied to clipboard
[PaddleV3] 添加 `pytorch` 中 `aten::pad` 的算子映射并修复相关模型
添加 pytorch 中 aten::pad 的算子映射并修复相关模型
涉及模型:
- test_benchmark/PyTorch/ACG_UnitTest
- test_benchmark/PyTorch/Mobilestereonet
- test_benchmark/PyTorch/Saicinpainting_LaMa
- test_benchmark/PyTorch/opadd
依赖 PR:https://github.com/PaddlePaddle/X2Paddle/pull/1061
Update 20241023
本 PR 修复的 4 个模型已通过 CI,可以 review 并合入:
- test_benchmark/PyTorch/ACG_UnitTest
- test_benchmark/PyTorch/Mobilestereonet
- test_benchmark/PyTorch/Saicinpainting_LaMa
- test_benchmark/PyTorch/opadd
@luotao1