未验证 提交 51c089e4 编写于 作者: J juncaipeng 提交者: GitHub

Add x2paddle_models_doc (#2099)


* add x2paddle_models_doc
上级 60fa4f8e
文件已删除
---
layout: post
title: X2Paddle 支持模型列表
---
## 多框架支持
|模型 | caffe | tensorflow | onnx |
|---|---|---|---|
|mobilenetv1 | Y | Y | |
|mobilenetv2 | Y | Y | Y |
|resnet18 | Y | Y | |
|resnet50 | Y | Y | Y |
|mnasnet | Y | Y | |
|efficientnet | Y | Y | Y |
|squeezenetv1.1 | Y | Y | Y |
|shufflenet | Y | Y | |
|mobilenet_ssd | Y | Y | |
|mobilenet_yolov3 | | Y | |
|inceptionv4 | | | |
|mtcnn | Y | Y | |
|facedetection | Y | | |
|unet | Y | Y | |
|ocr_attention | | | |
|vgg16 | | | |
......@@ -31,7 +31,8 @@ Paddle-Lite 框架是 PaddleMobile 新一代架构,重点支持移动端推理
## 进阶
- [通过 X2Paddle 支持 Caffe, TensorFlow 模型]({{ site.baseurl }}/x2paddle)
- [通过 X2Paddle 支持 Caffe, TensorFlow , ONNX 模型]({{ site.baseurl }}/x2paddle)
- [X2Paddle 支持模型列表]({{ site.baseurl }}/develop/x2paddle_models_doc)
- [模型量化]({{ site.baseurl }}/develop/model_quantization)
- [支持Op列表]({{ site.baseurl }}/develop/support_operation_list)
- [新增Op方法]({{ site.baseurl }}/develop/add_new_operation)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册