PaddlePaddle / X2Paddle

Deep learning model converter for PaddlePaddle. (『飞桨』深度学习模型转换工具)
http://www.paddlepaddle.org/
Apache License 2.0
730 stars 164 forks source link

torch.erf 和 torch.bmm 和 sub_算子报错 #463

Open gejianhui1 opened 3 years ago

SunAhong1993 commented 3 years ago

No description provided. 你好,方便提供下PyTorch模型和代码吗?发送到sunyanfang01@baidu.com,这边帮忙查看原因。

SunAhong1993 commented 3 years ago

这边在新的PR中添加了这3个op的实现,您可以重新安装X2Paddle进行转换:

pip  uninstall x2paddle
git clone https://github.com/SunAhong1993/X2Paddle.git -b code_optimizer
cd X2Paddle
python setup.py install
gejianhui1 commented 3 years ago

你好,这个关键性算子torch.erf还是不可以,其他两个算子可以通过别的方式代替,但这个算子还是之前那个不支持

mrjhge

邮箱:mrjhge@163.com |

Signature is customized by Netease Mail Master

在2020年12月22日 16:23,SunAhong1993 写道:

这边在新的PR中添加了这3个op的实现,您可以重新安装X2Paddle进行转换:

pip uninstall x2paddle

git clone https://github.com/SunAhong1993/X2Paddle.git -b code_optimizer

cd X2Paddle

python setup.py install

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.