X2paddle

Latest version: v1.6.0

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

1.6.0

Adapt `X2Paddle` to PaddlePaddle 3.0, and the test cases of `test_benchmark` can be verified under:
- python == 3.9
- paddlepaddle == 3.0.0beta1
- tensorflow == 2.16.1
- onnx == 1.17.0
- torch == 2.4.1

What's Changed

- [Bug] Fixed onnx `Pad` op with length `-1`. by megemini in 1058
- [Bug] Fixed version check for PaddlePaddle. by megemini in 1064
- [Bug] Fixed pytorch op mapper `aten_linear`. by megemini in 1079
- [Bug] Fixed onnx unknow dimension. by megemini in 1082
- [Bug] Fixed the usage of `easyocr.Reader` for `1.7.2`. by megemini in 1084
- [Bug] Fixed tensorflow manually updates shapes. by megemini in 1089
- Update `Dockerfile`. by megemini in 1061 luotao1 in 1105
- Update `LOD_TENSOR` to `DENSE_TENSOR`. by co63oc in 1095
- Update `x2paddle` usage of `paddle.fluid` for PaddlePaddle 3.0 by megemini in 1087
- Update `x2paddle` usage of `paddle.jit.to_static` with `AST` mode for PaddlePaddle 3.0. by megemini in 1093
- Update `test_benchmark` compatiblity for PaddlePaddle 3.0 by megemini
- Remove `paddle.fluid` and update the usage of `paddle.static.load_inference_model` in 1058 1065 1067 1068 1069 1070 1071 1073 1075 1076 1078 1079 1080 1082 1083 1084 1089 1091
- Update onnx `one_hot` type promotion compatiblity for PaddlePaddle 3.0. by megemini in 1082
- Update onnx `nms3` api compatiblity for PaddlePaddle 3.0. by megemini in 1082
- Update onnx `roi_align` api compatiblity for PaddlePaddle 3.0. by megemini in 1082
- Update `docs` for PaddlePaddle 3.0 by megemini in 1088 1098 1101 1103
- Add new models in `test_benchmark` by megemini
- pytorch `GPT2` 1085
- pytorch `MT5_small` 1086
- pytorch `YOLOv5` 1099
- Add pytorch `aten::pad` and fix related `test_benchmark` test cases. by megemini in 1073
- Add pytorch `aten::list` and fix related `test_benchmark` test cases. by megemini in 1075
- Add pytorch `aten::aten_linalg_vector_norm` and fix related `test_benchmark` test cases. by megemini in 1076
- Add pytorch `aten::scaled_dot_product_attention` and fix related `test_benchmark` test cases. by megemini in 1078
- Add pytorch `aten::unsafe_chunk` and fix related `test_benchmark` test cases. by megemini in 1080
- Add `black.list` in `test_benchmark` to control CI. by megemini in 1061
- Remove Python 2.0 support for `raw_input`. by megemini in 1083

1.5.0

* Add 100+ test_benchmark demos (Caffe/TensorFlow/ONNX/Pytorch). in 1014 1020 1023 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034
* Update test_autoscan unit-tests (Pytorch/ONNX). in 1035 1036
* update CodeStyle checks. in 1046 1047
* update Dockerfile. in 1022

New Contributors
* co63oc made their first contribution in 976
* luotao1 made their first contribution in 1014
* Ken-reddevil made their first contribution in 1019

1.4.1

What's Changed
* [Bug]Fixed ONNXDecoder by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/939
* Add ONNX2Paddle for visualdl by rainyfly in https://github.com/PaddlePaddle/X2Paddle/pull/954
* [Bug]Support YOLOv8-cls by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/952

New Contributors
* rainyfly made their first contribution in https://github.com/PaddlePaddle/X2Paddle/pull/954

1.4.0

What's Changed
* Add input_shape_dict and rm raw_input by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/899
* Fixed ToPILImage && rm SymbolicShapeInference by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/903
* Support GFPGAN by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/906
* Add FastDeploy YOLOv5/v6/v7 demo in readme by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/911
* Updated torch.nn.utils.clip_grad_value_.md by PommesPeter in https://github.com/PaddlePaddle/X2Paddle/pull/918
* [Bug] Fixed ONNX Gemm bug by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/917
* [Bug] Fixed typo error by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/920
* Support fmod=1 in Mod OP by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/921
* Fixed NonZero bug by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/922
* add optim by AndPuQing in https://github.com/PaddlePaddle/X2Paddle/pull/927
* Support YOLOv8 for dynamic shape by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/931

New Contributors
* PommesPeter made their first contribution in https://github.com/PaddlePaddle/X2Paddle/pull/918
* AndPuQing made their first contribution in https://github.com/PaddlePaddle/X2Paddle/pull/927

1.3.9

What's Changed
* Support 7-15 ONNX opset version by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/838
* Modify opset7~15 inheritance relationship by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/843
* Add autoscan test by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/836
* Add autoscan test for Elementwise ops by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/854
* Add_test_abs by qqj1130247885 in https://github.com/PaddlePaddle/X2Paddle/pull/859
* Add logical and compare ops by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/855
* Fixed torch pad by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/863
* Solve the overload problem by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/865
* Add AveragePool tests by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/872
* Add Reduce_ops and HardSigmoid by qqj1130247885 in https://github.com/PaddlePaddle/X2Paddle/pull/867
* Add isinf by qqj1130247885 in https://github.com/PaddlePaddle/X2Paddle/pull/868
* Add IsNaN by qqj1130247885 in https://github.com/PaddlePaddle/X2Paddle/pull/869
* Add Sum by qqj1130247885 in https://github.com/PaddlePaddle/X2Paddle/pull/873
* Fixed Readme by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/879
* Fixed reduce tests bug by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/880
* Set enable_code_optim default to False by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/889

1.3.8

What's Changed
* Add HuggingFace Model Conversion Tutorial by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/823
* Add aten::upsample_trilinear3d by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/817
* Fixed misspell by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/821
* Add sysmpy in requirment by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/824
* Fixed Misspell by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/829
* Fixed rename bug by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/820
* Fix ONNX resize op by qqj1130247885 in https://github.com/PaddlePaddle/X2Paddle/pull/830
* Fix bug in docs directory about code combination of save_image by ZoruaSama in https://github.com/PaddlePaddle/X2Paddle/pull/833
* Remove scale for add by wjj19950828 in https://github.com/PaddlePaddle/X2Paddle/pull/835

New Contributors
* qqj1130247885 made their first contribution in https://github.com/PaddlePaddle/X2Paddle/pull/830
* ZoruaSama made their first contribution in https://github.com/PaddlePaddle/X2Paddle/pull/833

**Full Changelog**: https://github.com/PaddlePaddle/X2Paddle/compare/v1.3.7...v1.3.8

Page 1 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.