PaddlePaddle / X2Paddle

Deep learning model converter for PaddlePaddle. (『飞桨』深度学习模型转换工具)

Home Page:http://www.paddlepaddle.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

5 OPs are not supported yet

Dreamkeeper66666 opened this issue · comments

感谢您参与 X2Paddle 社区! 问题模版为了 X2Paddle 能更好的迭代,例如新功能发布、 RoadMaps 和错误跟踪. 😸

问题描述

  • 错误信息
    ========= 5 OPs are not supported yet =========== ========== aten::_convolution_mode ============ ========== aten::square ============ ========== aten::mish_ ============ ========== aten::mish ============ ========== aten::logsumexp ============ Traceback (most recent call last): File "/content/KataGo/python/convert.py", line 468, in <module> main(args) File "/content/KataGo/python/convert.py", line 68, in main pytorch2paddle(module=model, File "/usr/local/lib/python3.10/dist-packages/x2paddle/convert.py", line 380, in pytorch2paddle mapper = PyTorchOpMapper(model) File "/usr/local/lib/python3.10/dist-packages/x2paddle/op_mapper/pytorch2paddle/pytorch_op_mapper.py", line 41, in __init__ raise Exception("Model is not supported yet.") Exception: Model is not supported yet.
  • 错误截图
截屏2024-07-09 11 09 52

具体信息