Paddle2ONNX icon indicating copy to clipboard operation
Paddle2ONNX copied to clipboard

there are some operators not supported yet, including deformable_conv,matrix_nms,

Open chenj133 opened this issue 2 years ago • 2 comments

System

ubuntu20.04 Python 3.8.10 paddle2onnx 1.0.5 paddlepaddle-gpu 2.3.1

export

[Paddle2ONNX] Start to parse PaddlePaddle model... [Paddle2ONNX] Model file path: output_inference/stu/ppyolov2_r50vd_dcn_voc_stu/model.pdmodel [Paddle2ONNX] Paramters file path: output_inference/stu/ppyolov2_r50vd_dcn_voc_stu/model.pdiparams [Paddle2ONNX] Start to parsing Paddle model... [Paddle2ONNX] Oops, there are some operators not supported yet, including deformable_conv,matrix_nms, [ERROR] Due to the unsupported operators, the conversion is aborted.

chenj133 avatar Jan 12 '23 03:01 chenj133