Skip to content

Paddle2ONNX v0.9

Compare
Choose a tag to compare
@yeliang2258 yeliang2258 released this 01 Dec 08:21
· 927 commits to develop since this release
94101c3

New Feature

  • Support define input shape dict. #383

New Operators and Functions

  • isfinite_v2acosasinatanceilcoscosharg_mineluhard_shrink related pull request #357
  • logical_notlogical_orerfisinf_v2isnanfloor_modisnan_v2less_thanlog2logsumexp related pull request #358
  • selulogical_xorlog10log1preduce_allreduce_anyroundsinrsqrtsignlogsigmoid related pull request #362
  • sinhbrelumvdotdistsoftsignlog_softmaxargsortindex_selectsizepad1dhardtanh related pull request #363
  • conv3d pool3d related pull request #405
  • Add onnx and onnxruntime version requirement prompts. #335
  • Add the op development guide for Paddle2ONNX. #368
  • Add nms plugin for openvino. #386

Bug Fix

  • pool2d operator, related pull request #330
  • resize operator, related pull request #348
  • pad3 operator, related pull request #349
  • concat operator, related pull request #377
  • argmax operator, Fix bugs in argmax op when dtype is int32, related pull request #393
  • padding operator, related pull request #400
  • unsqueeze2 operator, related pull request #405
  • When exporting onnx, an error occurred when including a register_buffer. related pull request #356

Contributors

  • Thanks to @AndPuQing for contributing 43 OPs in this release.
  • Thanks to @SamDM for solving the problem of exporting models with register_buffer to ONNX in this release.
  • Thanks to @franva for suggesting and fixing some small bugs for us in this release.