Skip to content

paddle2onnx 0.5

Compare
Choose a tag to compare
@Channingss Channingss released this 01 Feb 03:24
· 1038 commits to develop since this release
2c8421c

This upgrade is mainly to support more official featured models, including PPYOLO, PPOCR, FasterRCNN, ERNIE and ViT. In addition, we have a more comprehensive coverage test for PaddleSeg and PaddleClas . For more detailed upgrade, refer to the following list:

  • Support PPYOLO, FasterRCNN, PPOCR, and ERNIE. Full support to convert PaddleClas models, including ViT (Vision Transformer). Please refer to docs/en/model_zoo.md
  • Optimize the prompt of OpMapper support status.
  • fix bug the incorrect input order of the model, such as yolov3.
  • When pool is adative and ksize is [1,1], use gobal_pool to map adative_pool.
  • Add a lot of English documents.
  • Add tutorial for converting dynamic computational graph to ONNX.