X2paddle

Latest version: v1.5.0

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

Scan your dependencies

Page 2 of 6

1.3.6

新增功能
- 新增转换记录统计功能 https://github.com/PaddlePaddle/X2Paddle/pull/766
- 针对 ONNX Transformer 模型,新增 LayerNorm pass,优化预测速度 https://github.com/PaddlePaddle/X2Paddle/pull/761
- HuggingFace 参数迁移功能 https://github.com/PaddlePaddle/X2Paddle/pull/748
新增模型支持
PyTorch->Paddle
- 图像修复算法:[Saicinpainting_LaMa](https://github.com/saic-mdal/lama)
ONNX->Paddle
- SOTA backbone:[SwinTransformer](https://github.com/open-mmlab/mmdetection/tree/master/configs/swin)
- 关键点检测算法:[Blazepose](https://arxiv.org/abs/2006.10204)
Caffe->Paddle
- 视频分割算法:[SegFlow](https://github.com/JingchunCheng/SegFlow)
TensorFlow->Paddle
- 图像生成算法:[Pix2Pix](https://github.com/affinelayer/pix2pix-tensorflow)
新增op
- 新增PyTorch op(5个):aten::complex、aten::real、aten::imag、aten::fft_rfftn、aten::fft_irfftn https://github.com/PaddlePaddle/X2Paddle/pull/729
- 新增ONNX op(5个):Sin、Cos、Neg、SpaceToDepth、GatherElement https://github.com/PaddlePaddle/X2Paddle/pull/723
- 新增PyTorch-Paddle api(2个):gather、scatter https://github.com/PaddlePaddle/X2Paddle/pull/726 https://github.com/PaddlePaddle/X2Paddle/pull/730
修复op
- 修复PyTorch op(1个):aten::_convolution https://github.com/PaddlePaddle/X2Paddle/pull/725
- 修复ONNX op(7个):pad、resize、Upsample 、Gather 、Slice 、convtranspose 、Split https://github.com/PaddlePaddle/X2Paddle/pull/716 https://github.com/PaddlePaddle/X2Paddle/pull/720 https://github.com/PaddlePaddle/X2Paddle/pull/722 https://github.com/PaddlePaddle/X2Paddle/pull/723 https://github.com/PaddlePaddle/X2Paddle/pull/749 https://github.com/PaddlePaddle/X2Paddle/pull/751
- 修复Caffe op(3个):scale、crop、Pow https://github.com/PaddlePaddle/X2Paddle/pull/721 https://github.com/PaddlePaddle/X2Paddle/pull/757
- 修复TensorFlow(3个):FusedBatchNorm、SpaceToBatchND、BatchToSpaceND https://github.com/PaddlePaddle/X2Paddle/pull/738 https://github.com/PaddlePaddle/X2Paddle/pull/741
修复功能
- 优化转换过程中的 log 提示 https://github.com/PaddlePaddle/X2Paddle/pull/764
- 更新外部框架一键转换为 Paddle Lite 模型文档,新增lite_valid_places选择类型 https://github.com/PaddlePaddle/X2Paddle/pull/758
- PyTorch2Paddle 动态shape转换指引 https://github.com/PaddlePaddle/X2Paddle/pull/732
Contributors
- Thanks to external developers for their contributions to open source projects!geoyee HUSTLX

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

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.