Paddle2ONNX icon indicating copy to clipboard operation
Paddle2ONNX copied to clipboard

您好,在实现SwinUnetr之后,进行paddle2onnx转换,报错不支持conv3d_transpose, roll

Open zx-lhb opened this issue 1 year ago • 1 comments

Please fill in the information below so that we can solve the problem quickly, Thanks !

Describe the bug A clear and concise description of what the bug is. 我是直接在AIStudio的终端上进行的转换

Informations (please complete the following information):

  • Inference engine for deployment:
  • Why convert to onnx:加速
  • Paddle2ONNX Version: paddle的版本是2.4
  • Email/Wechat/Phone:

Screenshots

Additional context aistudio@jupyter-553239-5931004:~$ python to_onnx.py /opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/setuptools/depends.py:2: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp 2023-04-12 11:20:56 [INFO] Static PaddlePaddle model saved in onnx.save/paddle_model_static_onnx_temp_dir. [Paddle2ONNX] Start to parse PaddlePaddle model... [Paddle2ONNX] Model file path: onnx.save/paddle_model_static_onnx_temp_dir/model.pdmodel [Paddle2ONNX] Paramters file path: onnx.save/paddle_model_static_onnx_temp_dir/model.pdiparams [Paddle2ONNX] Start to parsing Paddle model... [Paddle2ONNX] Oops, there are some operators not supported yet, including conv3d_transpose,roll, [ERROR] Due to the unsupported operators, the conversion is aborted.


C++ Traceback (most recent call last):

0 paddle2onnx::Export(char const*, char const*, char**, int*, int, bool, bool, bool, bool, bool, paddle2onnx::CustomOp*, int, char const*, char const*, char const*)


Error Message Summary:

FatalError: Process abort signal is detected by the operating system. [TimeInfo: *** Aborted at 1681269657 (unix time) try "date -d @1681269657" if you are using GNU date ***] [SignalInfo: *** SIGABRT (@0x3e800000ca8) received by PID 3240 (TID 0x7f514cdf8700) from PID 3240 ***]

Aborted (core dumped)

zx-lhb avatar Apr 12 '23 03:04 zx-lhb

请问导出ONNX是用什么引擎部署到什么硬件上呢?

yeliang2258 avatar Apr 12 '23 14:04 yeliang2258