From 95a7824c9ab883d6918cfa87fa599a2f347c4db5 Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 5 Aug 2019 14:11:33 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f24991c..bac71a4 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ x2paddle --framework=caffe --prototxt=deploy.proto --weight=deploy.caffemodel -- `model_with_code`中保存了模型参数,和转换后的python模型代码 `inference_model`中保存了序列化的模型结构和参数,可直接使用paddle的接口进行加载,见[load_inference_model](https://www.paddlepaddle.org.cn/documentation/docs/zh/1.5/api_guides/low_level/inference.html#api-guide-inference) -## Related Docs +## 相关文档 1. [X2Paddle使用过程中常见问题](Q&A.md) 2. [如何导出TensorFlow的pb模型](export_tf_model.md) 3. [X2Paddle测试模型库](test_model_zoo.md) -- GitLab