未验证 提交 8e652fe5 编写于 作者: H huzhiqiang 提交者: GitHub

[Doc] Fix dead link in current doc #4034 (#4035)

上级 519aa0dd
...@@ -10,7 +10,6 @@ class CxxPredictor ...@@ -10,7 +10,6 @@ class CxxPredictor
```python ```python
from paddlelite.lite import * from paddlelite.lite import *
from lite_core import *
# 1. 设置CxxConfig # 1. 设置CxxConfig
config = CxxConfig() config = CxxConfig()
......
...@@ -12,7 +12,6 @@ Tensor是Paddle-Lite的数据组织形式,用于对底层数据进行封装并 ...@@ -12,7 +12,6 @@ Tensor是Paddle-Lite的数据组织形式,用于对底层数据进行封装并
```python ```python
from paddlelite.lite import * from paddlelite.lite import *
from lite_core import *
# 1. 设置CxxConfig # 1. 设置CxxConfig
config = CxxConfig() config = CxxConfig()
......
...@@ -48,7 +48,7 @@ class Place{ ...@@ -48,7 +48,7 @@ class Place{
示例: 示例:
```python ```python
from lite_core import * from paddlelite.lite import *
Place{TargetType(ARM), PrecisionType(FP32), DataLayoutType(NCHW)} Place{TargetType(ARM), PrecisionType(FP32), DataLayoutType(NCHW)}
``` ```
...@@ -2,29 +2,31 @@ ...@@ -2,29 +2,31 @@
X2Paddle可以将caffe、tensorflow、onnx模型转换成Paddle支持的模型。 X2Paddle可以将caffe、tensorflow、onnx模型转换成Paddle支持的模型。
[X2Paddle](https://github.com/PaddlePaddle/X2Paddle)支持将Caffe/TensorFlow模型转换为PaddlePaddle模型。目前X2Paddle支持的模型参考[x2paddle_model_zoo](https://github.com/PaddlePaddle/X2Paddle/blob/develop/x2paddle_model_zoo.md) [X2Paddle](https://github.com/PaddlePaddle/X2Paddle)支持将Caffe/TensorFlow模型转换为PaddlePaddle模型。
支持的模型可参考**X2Paddle模型测试库:**
https://github.com/PaddlePaddle/X2Paddle/blob/develop/x2paddle_model_zoo.md
## 多框架支持 ## 多框架支持
|模型 | caffe | tensorflow | onnx | |模型 | caffe | tensorflow | onnx |
|---|---|---|---| |---|---|---|---|
|mobilenetv1 | Y | Y | | |mobilenetv1 | Y | Y | |
|mobilenetv2 | Y | Y | Y | |mobilenetv2 | Y | Y | Y |
|resnet18 | Y | Y | | |resnet18 | Y | Y | |
|resnet50 | Y | Y | Y | |resnet50 | Y | Y | Y |
|mnasnet | Y | Y | | |mnasnet | Y | Y | |
|efficientnet | Y | Y | Y | |efficientnet | Y | Y | Y |
|squeezenetv1.1 | Y | Y | Y | |squeezenetv1.1 | Y | Y | Y |
|shufflenet | Y | Y | | |shufflenet | Y | Y | |
|mobilenet_ssd | Y | Y | | |mobilenet_ssd | Y | Y | |
|mobilenet_yolov3 | | Y | | |mobilenet_yolov3 | | Y | |
|inceptionv4 | | | | |inceptionv4 | | | |
|mtcnn | Y | Y | | |mtcnn | Y | Y | |
|facedetection | Y | | | |facedetection | Y | | |
|unet | Y | Y | | |unet | Y | Y | |
|ocr_attention | | | | |ocr_attention | | | |
|vgg16 | | | | |vgg16 | | | |
## 安装 ## 安装
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册