PaddlePaddle / X2Paddle

Deep learning model converter for PaddlePaddle. (『飞桨』深度学习模型转换工具)
http://www.paddlepaddle.org/
Apache License 2.0
739 stars 165 forks source link

[PaddleV3] 修复 `paddle.fluid` 问题 #1059

Closed megemini closed 2 days ago

megemini commented 1 month ago

此 ISSUE 用于跟踪 X2Paddle 适配 Paddle 3.0.0 任务中,修复 paddle.fluid 问题。

#### 🔜 test_benchmark | 序号 | 文件 | PR 链接 | | ------ | ---------------------------------------------------- | ------------------------- | | A-1 | `test_benchmark/PyTorch/DBFace/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-2 | `test_benchmark/PyTorch/DBFace/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-3 | `test_benchmark/PyTorch/DPRContextEncoder/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1078 | | A-4 | `test_benchmark/PyTorch/DPRContextEncoder/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1078 | | A-5 | `test_benchmark/PyTorch/ElectraModel/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-6 | `test_benchmark/PyTorch/ElectraModel/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-7 | `test_benchmark/PyTorch/MNasNet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-8 | `test_benchmark/PyTorch/MNasNet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-9 | `test_benchmark/PyTorch/CamembertForQuestionAnswering/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1078 | | A-10 | `test_benchmark/PyTorch/CamembertForQuestionAnswering/test_dygraph2static.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1078 | | A-11 | `test_benchmark/PyTorch/CamembertForQuestionAnswering/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1078 | | A-12 | `test_benchmark/PyTorch/EasyOCR_detector/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1084 | | A-13 | `test_benchmark/PyTorch/EasyOCR_detector/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1084 | | A-14 | `test_benchmark/PyTorch/EDSR/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-15 | `test_benchmark/PyTorch/EDSR/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-16 | `test_benchmark/PyTorch/BertModel_SpanBert/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1078 | | A-17 | `test_benchmark/PyTorch/BertModel_SpanBert/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1078 | | A-18 | `test_benchmark/PyTorch/DeepLabv3_ResNet50/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1075 | | A-19 | `test_benchmark/PyTorch/DeepLabv3_ResNet50/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1075 | | A-20 | `test_benchmark/PyTorch/ShuffleNetV2/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-21 | `test_benchmark/PyTorch/ShuffleNetV2/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | ✅A-22 | `test_benchmark/PyTorch/AlexNet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1058 | | A-23 | `test_benchmark/PyTorch/AlexNet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-24 | `test_benchmark/PyTorch/ResNet18/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-25 | `test_benchmark/PyTorch/ResNet18/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-26 | `test_benchmark/PyTorch/FlaubertModel/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-27 | `test_benchmark/PyTorch/FlaubertModel/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-28 | `test_benchmark/PyTorch/MobileNetV2/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-29 | `test_benchmark/PyTorch/MobileNetV2/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-30 | `test_benchmark/PyTorch/Roberta/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1078 | | A-31 | `test_benchmark/PyTorch/Roberta/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1078 | | A-32 | `test_benchmark/PyTorch/BASNet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-33 | `test_benchmark/PyTorch/BASNet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-34 | `test_benchmark/PyTorch/EasyOCR_recognizer/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1084 | | A-35 | `test_benchmark/PyTorch/EasyOCR_recognizer/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1084 | | A-36 | `test_benchmark/PyTorch/GRU/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1076 | | A-37 | `test_benchmark/PyTorch/GRU/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1076 | | A-38 | `test_benchmark/PyTorch/FCN_ResNet50/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1075 | | A-39 | `test_benchmark/PyTorch/FCN_ResNet50/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1075 | | A-40 | `test_benchmark/PyTorch/ACG_UnitTest/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1073 | | A-41 | `test_benchmark/PyTorch/XLMRobertaForTokenClassification/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1078 | | A-42 | `test_benchmark/PyTorch/XLMRobertaForTokenClassification/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1078 | | A-43 | `test_benchmark/PyTorch/BertForMaskedLM_dccuchile/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1078 | | A-44 | `test_benchmark/PyTorch/BertForMaskedLM_dccuchile/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1078 | | A-45 | `test_benchmark/PyTorch/opadd/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1073 | | A-46 | `test_benchmark/PyTorch/opadd/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1073 | | A-47 | `test_benchmark/PyTorch/ResNet18_2/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-48 | `test_benchmark/PyTorch/ResNet18_2/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-49 | `test_benchmark/PyTorch/SqueezeNet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-50 | `test_benchmark/PyTorch/SqueezeNet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-51 | `test_benchmark/PyTorch/mobilenetv3/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-52 | `test_benchmark/PyTorch/MiniFasNet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1079 | | A-53 | `test_benchmark/PyTorch/MiniFasNet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1079 | | A-54 | `test_benchmark/PyTorch/Saicinpainting_LaMa/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1073 | | A-55 | `test_benchmark/PyTorch/tools/predict.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-56 | `test_benchmark/PyTorch/InceptionV3/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-57 | `test_benchmark/PyTorch/InceptionV3/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-58 | `test_benchmark/PyTorch/VGG16/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-59 | `test_benchmark/PyTorch/VGG16/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1065 | | A-60 | `test_benchmark/PyTorch/MockingBird/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1080 | | A-61 | `test_benchmark/PyTorch/SwinTransformer/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1079 | | A-62 | `test_benchmark/PyTorch/SwinTransformer/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1079 | | A-63 | `test_benchmark/Caffe/SSD/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-64 | `test_benchmark/Caffe/SSD/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-65 | `test_benchmark/Caffe/UNet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-66 | `test_benchmark/Caffe/UNet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-67 | `test_benchmark/Caffe/MNasNet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-68 | `test_benchmark/Caffe/MNasNet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-69 | `test_benchmark/Caffe/MTCNN1/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-70 | `test_benchmark/Caffe/MTCNN1/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-71 | `test_benchmark/Caffe/MTCNN3/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-72 | `test_benchmark/Caffe/MTCNN3/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-73 | `test_benchmark/Caffe/ShuffleNet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-74 | `test_benchmark/Caffe/ShuffleNet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-75 | `test_benchmark/Caffe/MobileNetV1/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-76 | `test_benchmark/Caffe/MobileNetV1/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-77 | `test_benchmark/Caffe/SegFlow/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-78 | `test_benchmark/Caffe/AlexNet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-79 | `test_benchmark/Caffe/AlexNet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-80 | `test_benchmark/Caffe/ResNet18/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-81 | `test_benchmark/Caffe/ResNet18/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-82 | `test_benchmark/Caffe/MobileNetV2/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-83 | `test_benchmark/Caffe/MobileNetV2/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-84 | `test_benchmark/Caffe/MTCNN2/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-85 | `test_benchmark/Caffe/MTCNN2/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-86 | `test_benchmark/Caffe/3class/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-87 | `test_benchmark/Caffe/3class/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-88 | `test_benchmark/Caffe/ResNet50/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-89 | `test_benchmark/Caffe/ResNet50/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-90 | `test_benchmark/Caffe/TSM/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-91 | `test_benchmark/Caffe/TSM/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-92 | `test_benchmark/Caffe/SqueezeNet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-93 | `test_benchmark/Caffe/SqueezeNet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-94 | `test_benchmark/Caffe/tools/predict.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-95 | `test_benchmark/Caffe/caffemodel1/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-96 | `test_benchmark/Caffe/caffemodel1/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-97 | `test_benchmark/Caffe/FaceDetction/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-98 | `test_benchmark/Caffe/FaceDetction/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-99 | `test_benchmark/Caffe/VGG16/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-100 | `test_benchmark/Caffe/VGG16/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-101 | `test_benchmark/Caffe/VGG19/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-102 | `test_benchmark/Caffe/VGG19/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 | | A-103 | `test_benchmark/TensorFlow/ShuffleNet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-104 | `test_benchmark/TensorFlow/ShuffleNet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-105 | `test_benchmark/TensorFlow/ResNetV1/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-106 | ~~`test_benchmark/TensorFlow/ResNetV1/t.py`~~ | | | A-107 | `test_benchmark/TensorFlow/ResNetV1/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-108 | `test_benchmark/TensorFlow/MobileNetV1/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-109 | `test_benchmark/TensorFlow/MobileNetV1/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-110 | `test_benchmark/TensorFlow/UNet-UNet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-111 | `test_benchmark/TensorFlow/UNet-UNet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-112 | `test_benchmark/TensorFlow/RetinaFace/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-113 | `test_benchmark/TensorFlow/RetinaFace/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-114 | `test_benchmark/TensorFlow/pix2pix/pd_infer.py` | | | A-115 | `test_benchmark/TensorFlow/EfficientNet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-116 | `test_benchmark/TensorFlow/EfficientNet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-117 | `test_benchmark/TensorFlow/MobileNetV2/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-118 | `test_benchmark/TensorFlow/MobileNetV2/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-119 | `test_benchmark/TensorFlow/YOLOv3_darknet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-120 | `test_benchmark/TensorFlow/YOLOv3_darknet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-121 | `test_benchmark/TensorFlow/ToyUNet-ToyUnet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1083 | | A-122 | `test_benchmark/TensorFlow/ToyUNet-ToyUnet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1083 | | A-123 | `test_benchmark/TensorFlow/InceptionResNetV2/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-124 | `test_benchmark/TensorFlow/InceptionResNetV2/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-125 | `test_benchmark/TensorFlow/MobileNetV3_large/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-126 | `test_benchmark/TensorFlow/MobileNetV3_large/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-127 | `test_benchmark/TensorFlow/KerasBert/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1083 | | A-128 | `test_benchmark/TensorFlow/KerasBert/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1083 | | A-129 | `test_benchmark/TensorFlow/frozen_MobileNetV1/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-130 | `test_benchmark/TensorFlow/frozen_MobileNetV1/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-131 | `test_benchmark/TensorFlow/ToyUNet-UNet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-132 | `test_benchmark/TensorFlow/ToyUNet-UNet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-133 | `test_benchmark/TensorFlow/MNASNetA1/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-134 | `test_benchmark/TensorFlow/MNASNetA1/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-135 | `test_benchmark/TensorFlow/UNet-GanUNet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-136 | `test_benchmark/TensorFlow/UNet-GanUNet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-137 | `test_benchmark/TensorFlow/ResNetV2/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-138 | `test_benchmark/TensorFlow/ResNetV2/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-139 | `test_benchmark/TensorFlow/MTCNN-PNet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-140 | `test_benchmark/TensorFlow/MTCNN-PNet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-141 | `test_benchmark/TensorFlow/AlBert/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-142 | `test_benchmark/TensorFlow/AlBert/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-143 | `test_benchmark/TensorFlow/SqueezeNet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-144 | `test_benchmark/TensorFlow/SqueezeNet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-145 | `test_benchmark/TensorFlow/tools/predict.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1067 | | A-146 | `test_benchmark/TensorFlow/InceptionV4/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-147 | `test_benchmark/TensorFlow/InceptionV4/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-148 | `test_benchmark/TensorFlow/InceptionV3/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-149 | `test_benchmark/TensorFlow/InceptionV3/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-150 | `test_benchmark/TensorFlow/MTCNN-RNet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-151 | `test_benchmark/TensorFlow/MTCNN-RNet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-152 | `test_benchmark/TensorFlow/VGG16/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-153 | `test_benchmark/TensorFlow/VGG16/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-154 | `test_benchmark/TensorFlow/MTCNN-ONet/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-155 | `test_benchmark/TensorFlow/MTCNN-ONet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1069 | | A-156 | `test_benchmark/TensorFlow/YOLOv3/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-157 | `test_benchmark/TensorFlow/YOLOv3/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-158 | `test_benchmark/TensorFlow/frozen/deploy_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-159 | `test_benchmark/TensorFlow/frozen/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1070 | | A-160 | `test_benchmark/ONNX/circledet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-161 | `test_benchmark/ONNX/bert6/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1082 | | A-162 | `test_benchmark/ONNX/vgg11_bn/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-163 | `test_benchmark/ONNX/resnet18/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-164 | `test_benchmark/ONNX/GPEN/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1067 | | A-165 | `test_benchmark/ONNX/inceptionv1/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-166 | `test_benchmark/ONNX/mmdetection_ssd/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1082 | | A-167 | `test_benchmark/ONNX/mmdetection_yolov3/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1082 | | A-168 | `test_benchmark/ONNX/Poselandmarks/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1067 | | A-169 | `test_benchmark/ONNX/mmdetection_fsaf/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1082 | | A-170 | `test_benchmark/ONNX/resnet152/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-171 | `test_benchmark/ONNX/crnn_lstm/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-172 | `test_benchmark/ONNX/inceptionv2/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-173 | `test_benchmark/ONNX/face_cyclegan_34/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-174 | `test_benchmark/ONNX/IDG_multi_modal_sequential_model/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1067 | | A-175 | `test_benchmark/ONNX/shufflenet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-176 | `test_benchmark/ONNX/Seg/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1067 | | A-177 | `test_benchmark/ONNX/mmdetection_retina/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1082 | | A-178 | `test_benchmark/ONNX/IDG_keypoint_selection/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1067 | | A-179 | `test_benchmark/ONNX/IDG_test_sim_feat_new/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1067 | | A-180 | `test_benchmark/ONNX/densenet121/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-181 | `test_benchmark/ONNX/IDG_local_vis/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1067 | | A-182 | `test_benchmark/ONNX/resnet101/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-183 | `test_benchmark/ONNX/cifarnet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-184 | `test_benchmark/ONNX/vgg19_bn/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-185 | `test_benchmark/ONNX/yolov5s_fix_resize/inference_onnx_paddle.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-186 | `test_benchmark/ONNX/yolov5s_fix_resize/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-187 | `test_benchmark/ONNX/vgg11/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-188 | `test_benchmark/ONNX/pnasnet_mobile/infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-189 | `test_benchmark/ONNX/pnasnet_mobile/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-190 | `test_benchmark/ONNX/IDG_multi_modal_fully_cnn_model/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1067 | | A-191 | `test_benchmark/ONNX/best_float32/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-192 | `test_benchmark/ONNX/yolov5s/inference_onnx_paddle.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1082 | | A-193 | `test_benchmark/ONNX/yolov5s/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1082 | | A-194 | `test_benchmark/ONNX/modelGen/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-195 | `test_benchmark/ONNX/IDG_detection_registration_p2/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1067 | | A-196 | `test_benchmark/ONNX/basnet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1067 | | A-197 | `test_benchmark/ONNX/mmdetection_fasterrcnn/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1082 | | A-198 | `test_benchmark/ONNX/ronin_2d_cp9/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-199 | `test_benchmark/ONNX/tools/predict.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1067 | | A-200 | `test_benchmark/ONNX/MLPerf_ResNet50/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1067 | | A-201 | `test_benchmark/ONNX/facedetector/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-202 | `test_benchmark/ONNX/FaceNet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1067 | | A-203 | `test_benchmark/ONNX/IDG_detection_registration_p1/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1067 | | A-204 | `test_benchmark/ONNX/resnet34/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-205 | `test_benchmark/ONNX/VIT_online/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1067 | | A-206 | `test_benchmark/ONNX/IDG_multi_modal_crop_cnn_model/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1067 | | A-207 | `test_benchmark/ONNX/vgg16_bn/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-208 | `test_benchmark/ONNX/mnasnet_a1/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-209 | `test_benchmark/ONNX/squeezenet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-210 | `test_benchmark/ONNX/vgg19/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-211 | `test_benchmark/ONNX/efficientnet_b0/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-212 | `test_benchmark/ONNX/mobilefacenet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1082 | | A-213 | `test_benchmark/ONNX/mmdetection_fcos/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1082 | | A-214 | `test_benchmark/ONNX/hand_landmark_ar/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068| | A-215 | `test_benchmark/ONNX/SwinTransformer/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1079 | | A-216 | `test_benchmark/ONNX/alexnet/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1067 | | A-217 | `test_benchmark/ONNX/IDG_test_process/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1067 | | A-218 | `test_benchmark/ONNX/resnet50/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-219 | `test_benchmark/ONNX/transformer/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 | | A-220 | `test_benchmark/ONNX/mobilenet_v2/pd_infer.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1068 |
#### 🔜 x2paddle | 序号 | 文件 | PR 链接 | | ------ | ---------------------------------------------------- | ------------------------- | | B-1 | `x2paddle/project_convertor/pytorch/torch2paddle/nn_init.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1087 | | B-2 | `x2paddle/project_convertor/pytorch/torch2paddle/parambase.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1087 | | B-3 | `x2paddle/optimizer/elimination/transpose_elimination.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1087 | | B-4 | `x2paddle/op_mapper/caffe2paddle/caffe_custom_layer/detectionoutput.py` | https://github.com/PaddlePaddle/X2Paddle/pull/1071 |
#### 🔜 docs | 序号 | 文件 | PR 链接 | | ------ | ---------------------------------------------------- | ------------------------- | | C-1 | `docs/inference_model_convertor/add_caffe_custom_layer.md` | https://github.com/PaddlePaddle/X2Paddle/pull/1088 | | C-2 | `docs/pytorch_project_convertor/API_docs/nn/torch.nn.LSTM.md` | https://github.com/PaddlePaddle/X2Paddle/pull/1088 | | C-3 | `docs/pytorch_project_convertor/API_docs/utils/torch.nn.parameter.Parameter.md` | https://github.com/PaddlePaddle/X2Paddle/pull/1088 | | C-4 | `docs/pytorch_project_convertor/API_docs/utils/README.md` | https://github.com/PaddlePaddle/X2Paddle/pull/1088 |
megemini commented 2 days ago

本 ISSUE 已完结,转由 https://github.com/PaddlePaddle/X2Paddle/issues/1060 跟踪后续任务