EthanYe

Results 201 comments of EthanYe

pad OP is a new op of paddle, it should be pad2d or pad3d before

https://github.com/PaddlePaddle/Paddle2ONNX/pull/1069 Add Pad op, please pull this PR to convert

由于multiclass_nms3 op的原因,目前只支持batch size为1

是的,去掉后处理,将nms放到外面做,就可以支持多batch

请参考:https://github.com/PaddlePaddle/paddle2onnx/blob/develop/docs/en/FAQ.md 先固定住模型的shape之后再进行导出

Hello, the Paddle model must be a static graph model, the model file ends with pdmodel, and the parameter file ends with pdiparams.

您好,导出的时候设置:--enable_dev_version False

paddle2onnx应该是没有支持这两个OP,您看看有没有办法用其他更常用的OP来组合实现这两个OP的功能。 这个后面我们会排期支持,但是这个周期要长一些。