当前位置: 首页 > 工具软件 > X2Paddle > 使用案例 >

『paddle』X2Paddle 学习笔记:支持的模型列表

晋西岭
2023-12-01

TensorFlow预测模型

模型代码
SqueezeNetcode
MobileNet_V1code
MobileNet_V2code
ShuffleNetcode
mNASNetcode
EfficientNetcode
Inception_V3code
Inception_V4code
Inception_ResNet_V2code
VGG16code
ResNet_V1_101code
ResNet_V2_101code
UNetcode1/code2
MTCNNcode
YOLO-V3code
FALSRcode
DCSCNcode
Bert(albert)code
Bert(chinese_L-12_H-768_A-12)code
Bert(multi_cased_L-12_H-768_A-12)code

Caffe预测模型

模型代码
SqueezeNetcode
MobileNet_V1code
MobileNet_V2code
ShuffleNet_v2code
InceptionV3code
InceptionV4code
mNASNetcode
MTCNNcode
Mobilenet_SSDcode
ResNet18code
ResNet50code
Unetcode
VGGNetcode
FaceDetection-

【备注】代表源模型已无法获取。

ONNX预测模型

注: 部分模型来源于PyTorch,PyTorch的转换可参考 pytorch_to_onnx.md

模型来源operator version备注
ResNet18torchvison.model.resnet189
ResNet34torchvison.model.resnet349
ResNet50torchvison.model.resnet509
ResNet101torchvison.model.resnet1019
VGG11torchvison.model.vgg119
VGG11_bntorchvison.model.vgg11_bn9
VGG19torchvison.model.vgg199
DenseNet121torchvison.model.densenet1219
AlexNettorchvison.model.alexnet9
ShuffleNetonnx official9
Inception_V2onnx official9
MobileNet_V2pytorch(personal practice)9
mNASNetpytorch(personal practice)9
EfficientNetpytorch(personal practice)9
SqueezeNetonnx official9
Ultra-Light-Fast-Generic-Face-Detector-1MBonnx_model9
BERTpytorch(huggingface)11转换时需指定input shape,见文档Q3
GPT2pytorch(huggingface)11转换时需指定input shape,见文档Q3
CifarNettensorflow9
Fcospytorch(mmdetection)11
Yolov3pytorch(mmdetection)11
RetinaNetpytorch(mmdetection)11
FSAFpytorch(mmdetection)11
SSDpytorch(mmdetection)11
Faster R-CNNpytorch(mmdetection)11

PyTorch预测模型

模型代码备注
AlexNetcode-
MNasNetcode-
MobileNetV2code-
ResNet18code-
ShuffleNetV2code-
SqueezeNetcode-
VGG16code-
InceptionV3code-
DeepLabv3_ResNet50code-
FCN_ResNet50code-
CamembertForQuestionAnsweringcode只支持trace模式
DPRContextEncodercode只支持trace模式
ElectraModelcode只支持trace模式
FlaubertModelcode只支持trace模式
Robertacode只支持trace模式
XLMRobertaForTokenClassificationcode只支持trace模式
EasyOCR_detectorcode-
EasyOCR_recognizercode-
SwinTransformercode-
BASNetcode-
DBFacecode-

PyTorch训练项目

模型转换前代码转换后代码
StarGANcodecode
Ultra-Light-Fast-Generic-Face-Detectorcodecode
 类似资料: