X2paddle

Latest version: v1.4.1

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

Scan your dependencies

Page 2 of 6

1.3.5

新增功能
- 添加enable_code_optim开关,解决部分场景下代码优化可能导致转换出错的问题 https://github.com/PaddlePaddle/X2Paddle/pull/696
新增模型支持
PyTorch->Paddle
- 首次支持声音克隆模型:[MockingBird](https://github.com/babysor/MockingBird)
- 轻量级检测算法:[YOLOX](https://github.com/Megvii-BaseDetection/YOLOX)
新增op
- 新增PyTorch op(5个):aten::repeat_interleave、aten::maxpool1d、aten::frobenius_norm、aten::silu、aten::format https://github.com/PaddlePaddle/X2Paddle/pull/691 https://github.com/PaddlePaddle/X2Paddle/pull/696
- 新增ONNX op(1个):GatherND https://github.com/PaddlePaddle/X2Paddle/pull/645
修复op
- 修复PyTorch op(5个):aten::div、aten::index_select、aten::select、aten::upsample_nearest2d、aten::_convolution https://github.com/PaddlePaddle/X2Paddle/pull/691 https://github.com/PaddlePaddle/X2Paddle/pull/689
- 修复ONNX op(3个):Split、Conv、Pad https://github.com/PaddlePaddle/X2Paddle/pull/645 https://github.com/PaddlePaddle/X2Paddle/pull/707 https://github.com/PaddlePaddle/X2Paddle/pull/687
- 修复PyTorch训练代码转换(2个):ToPILImage、Split https://github.com/PaddlePaddle/X2Paddle/pull/690 https://github.com/PaddlePaddle/X2Paddle/pull/694
修复功能
- Windows环境生成代码问题 https://github.com/PaddlePaddle/X2Paddle/pull/706
- 修复ONNX和PyTorch版本问题 https://github.com/PaddlePaddle/X2Paddle/pull/708
- 去除代码优化部分to_tensor操作,优化预测速度 https://github.com/PaddlePaddle/X2Paddle/pull/696
Contributors
- Thanks to external developers for their contributions to open source projects!littletomatodonkey zhoucz97 firedent dawn1206

1.3.4

修复功能
- 修复X2Paddle调用ResNet以及Vgg预训练模型bug(https://github.com/PaddlePaddle/X2Paddle/pull/684)

1.3.3

新增功能
- 集成Paddle-Lite opt工具,提供一键转换API(https://github.com/PaddlePaddle/X2Paddle/pull/681)
新增op
- 新增PyTorch op转换支持(3个):aten::bitwise_not、aten::bitwise_xor、aten::bitwise_and(https://github.com/PaddlePaddle/X2Paddle/pull/677)
- 新增ONNX op转换支持(5个):Max、Min、GreaterOrEqual、GatherND、And(https://github.com/PaddlePaddle/X2Paddle/pull/682)
修复op
- 修复ONNX op转换支持(4个):ReduceSum、Unsqueeze(https://github.com/PaddlePaddle/X2Paddle/pull/682) Clip、PRelu(https://github.com/PaddlePaddle/X2Paddle/pull/680)
- 修复Caffe op转换支持(1个):pooling(https://github.com/PaddlePaddle/X2Paddle/pull/681)

1.3.2

新增功能
- 新增PyTorch op映射(1个):aten::sum
修复功能
- 修复PyTorch op映射(2个):aten::instance_norm、aten::split
- 修复Caffe op映射(3个):directly_map, Eltwise and crop
- 修复ONNX版本判断bug

1.3.1

新增PyTorch模型支持
- [SOLAR](https://arxiv.org/abs/2001.08972)
修复功能
- 修复PyTorch op映射(2个):expand_as、Upsample

1.3.0

1. 新增MMDetection模型库支持,包括YOLO-V3、FCOS、RetinaNet、SSD、Faster R-CNN以及FSAF,有相关AP精度对比,具体参考[MMDetection模型转换指南](./docs/inference_model_convertor/toolkits/MMDetection2paddle.md)。
2. 新增PyTorch训练代码转换对[CRAFT](https://github.com/clovaai/CRAFT-pytorch)的支持,新增PyTorch预测模型转换对Seg-Swin-Transformer的支持。
3. 优化模型预测速度,去除forward函数开头to_tensor操作。
4. 新增Tensorflow op映射(1个):Sign。
5. 新增ONNX op映射(4个):NMS、ReduceL1、ReduceL2、3D Interpolate。

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.