Skip to content

Paddle2ONNX v0.6

Compare
Choose a tag to compare
@jiangjiajun jiangjiajun released this 19 May 14:19
· 1006 commits to develop since this release
4b41dd4

New Model Support

Support 2.0 model toolkit

  • PaddleDetection: 8 models structure supported
  • PaddleSeg: All the models are supported
  • PaddleClas: All the models are supported
  • PaddleOCR: Server and mobile ocr models are supported

New operators Support

  • softplus
  • elementwise_mod
  • elementwise_floordiv
  • p_norm
  • depthwise_conv2d_transpose
  • group_norm

Bug Fix

  • fill_constant_batch_size_like
  • multiclass_nms
  • top_k_v2
  • expand_v2
  • assign_value
  • deformable_conv
  • prelu