Releases: PaddlePaddle/Paddle2ONNX
Releases · PaddlePaddle/Paddle2ONNX
Paddle2ONNX v1.2.11
What's Changed
- 修复 PaddlePaddle 3.0 转换 PaddleOCR 模型出现错误 by @Zheng-Bicheng in #1412
Full Changelog: v1.2.10...v1.2.11
Paddle2ONNX v1.2.10
What's Changed
- 【Hackathon 7th No.47】 Paddle2ONNX 添加对 While 算子的支持 by @brisaurora in #1408
- Fixed docs bugs by @Zheng-Bicheng in #1409
New Contributors
- @brisaurora made their first contribution in #1408
Full Changelog: v1.2.9...v1.2.10
Paddle2ONNX v1.2.9
What's Changed
- Support for customOp by @0x3878f in #1376
- expose get_all_supported_ops in python by @jzhang533 in #1374
- Fixed quantized add op for rknn by @Zheng-Bicheng in #1384
- Update for rknn by @Zheng-Bicheng in #1388
- Fixed MobileNetV3 Quantized Model for RKNN by @Zheng-Bicheng in #1390
- 【Hackathon 7th No.46】 添加对返回常量的 IfElse 算子的支持 by @Asthestarsfalll in #1383
New Contributors
- @Asthestarsfalll made their first contribution in #1383
Full Changelog: v1.2.8...v1.2.9
Paddle2ONNX v1.2.8
What's Changed
- [Docs] Add onnxslim reference by @inisis in #1344
- fix assign value op bug by @risemeup1 in #1350
- Fixed matmul bug when export to rknn by @Zheng-Bicheng in #1355
New Contributors
Full Changelog: v1.2.7...v1.2.8
Paddle2ONNX v1.2.7
What's Changed
- [Cmake]Fix undefined symbol for std::filesystem under GCC8 + Linux by @Aurelius84 in #1333
- Fixed RKNN Bug and Remove Unuseful by @Zheng-Bicheng in #1343
Full Changelog: v1.2.6...v1.2.7
Paddle2ONNX v1.2.6
What's Changed
- [Operator][Update] Split the mixed activation function into independent files by @Zheng-Bicheng in #1313
- [Operator][New] Add einsum by @Zheng-Bicheng in #1314
- [setuptools]Ignore all .h/.cc et.al unrelated files packed into wheel by @Aurelius84 in #1316
- [Remove][Unuseful] Remove unuseful by @Zheng-Bicheng in #1317
- [Remove][Update]Remove custom_ops by @Zheng-Bicheng in #1319
- [Operator][New] Add repeat_interleave op by @jiuyuedeyu156 in #1318
- [Operator][Update] Update export all graph by @Zheng-Bicheng in #1320
- [Operator][New] Add Bitwise Ops by @jiuyuedeyu156 in #1321
- [Build] Rename GetMinOpset by @Zheng-Bicheng in #1322
- [Build]Update Build CI by @Zheng-Bicheng in #1323
- [Operator][New] Add conditional_block select_input by @Zheng-Bicheng in #1324
- [Build]Update command by @Zheng-Bicheng in #1327
- [Operator][Update] Fix greater than op by @jiuyuedeyu156 in #1329
- [Operator][New] Add Unfold Op by @jiuyuedeyu156 in #1325
Full Changelog: v1.2.5...v1.2.6
Paddle2ONNX v1.2.5
What's Changed
- fix fill constant op by @jiuyuedeyu156 in #1291
- paddle2onnx tech walkthrough doc by @jzhang533 in #1298
- fix conv2trans op by @jiuyuedeyu156 in #1297
- support nearest_interp op with old version (v1) by @jiuyuedeyu156 in #1300
- 【Hackathon 6th No.58】support model convert from fp32 to fp16 by @xiaoyewww in #1268
- [API]Remove depreacate API and Expose convert.dygraph2onnx by @Aurelius84 in #1305
- Fix gather op by @jiuyuedeyu156 in #1304
- Remove useless dependencies by @Zheng-Bicheng in #1306
Full Changelog: v1.2.4...v1.2.5
Paddle2ONNX v1.2.4
What's Changed
- [Operator][New] Add unbind op by @jiuyuedeyu156 in #1264
- 【Hackathon 6th No.56】Add deform conv2d op by @xiaoyewww in #1256
- [Operator][Update] Support for the bitwise_and with bool data type by @jiuyuedeyu156 in #1266
- [Operator][New] Add tril_triu op by @jiuyuedeyu156 in #1269
- [Operator][New] Add empty op by @jiuyuedeyu156 in #1270
- [Operator][Update] Update split for opset18 by @jiuyuedeyu156 in #1274
- some housekeeping work by @jzhang533 in #1277
- add missing include in bitwise_and.cc by @jzhang533 in #1275
- cleanup to CMakeLists.txt, this includes by @jzhang533 in #1279
- support editable install and cleanup to entry scripts by @jzhang533 in #1285
- fix biwiseand op by @jiuyuedeyu156 in #1287
- Add LinuxRelease_aarch64 by @Zheng-Bicheng in #1283
- CI support aarch64 by @Zheng-Bicheng in #1288
New Contributors
- @jiuyuedeyu156 made their first contribution in #1264
- @xiaoyewww made their first contribution in #1256
Full Changelog: v1.2.3...v1.2.4
Paddle2ONNX v1.2.3
What's Changed
- [ONNX][Update] Update ONNX Version to 1.13.1 by @Zheng-Bicheng in #1250
- [CI] Add test for bitwise_and op by @chris-magic in #1253
- [ONNX][Update] Update ONNX Version to 1.16.0 by @Zheng-Bicheng in #1257
- [ONNX][Update] Update ONNX Version to 1.16.0 by @Zheng-Bicheng in #1258
- [Pybind][Update] Update ONNX Version to 2.12.0 by @Zheng-Bicheng in #1259
- [Pybind][Update] Update ONNX Version to 2.12.0 by @Zheng-Bicheng in #1260
- [ONNX][Version] Update IR Version by @Zheng-Bicheng in #1261
- [Bug][Build] Update find_package PythonInterp PythonLibs by @Zheng-Bicheng in #1263
New Contributors
- @chris-magic made their first contribution in #1253
Full Changelog: v1.2.2...v1.2.3
Paddle2ONNX v1.2.2
What's Changed
- [Docs] Update Paddle2ONNX_Development_Guide.md by @Zheng-Bicheng in #1235
- [CodeStyle][Python] Fix code style by @0x45f in #1232
- [Doc][Build] Update en docs by @Zheng-Bicheng in #1249
New Contributors
Full Changelog: v1.2.1...v1.2.2