Improved
Paddle2ONNX v2.0.2rc2
What's Changed
- [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
New Contributors
- @emmanuel-ferdman made their first contribution in https://github.com/PaddlePaddle/Paddle2ONNX/pull/1572
Full Changelog: https://github.com/PaddlePaddle/Paddle2ONNX/compare/v2.0.2rc1...v2.0.2rc2