New
v2.1.0
What's Changed
- Support compilation on windows by @0x3878f in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1561
- Fix the issue with optimize tools by @0x3878f in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1563
- [Optimizer] Check ONNX model after optimization by @0x3878f in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1565
- Update version number by @0x3878f in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1566
- [Release] Add more windows release by @0x3878f in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1567
- [Debug] Record debug info for exporting op by @0x3878f in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1568
- Add Conv2D_Dropout test by @zhanghonggeng in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1569
- [Fix] Fix the issue with mapper of tile op by @0x3878f in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1571
- Use
shutil.whichinstead of deprecatedfind_executableby @emmanuel-ferdman in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1572 - Support conversion of hardswish using opset 7 by @0x3878f in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1574
- Update validation of paddle by @0x3878f in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1576
- Update version number by @0x3878f in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1577
- Limit package version of
onnxby @0x3878f in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1579 - Update version number by @0x3878f in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1582
- support dynamic shape in repeat_interleave op by @zhanghonggeng in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1589
- Fix the issue with full_with_tensor, sum by @0x3878f in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1594
- Add support for PP-DocLayoutV2 by @alex-dinh in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1619
- update version number by @jzhang533 in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1621
New Contributors
- @emmanuel-ferdman made their first contribution in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1572
- @alex-dinh made their first contribution in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1619
Full Changelog: https://github.com/PaddlePaddle/Paddle2ONNX/compare/v2.0.1...v2.1.0