From 230de49890006c8acc41f4067f9c4bd3e89fab61 Mon Sep 17 00:00:00 2001 From: weishengyu Date: Sun, 20 Jun 2021 17:35:07 +0800 Subject: [PATCH] add inference doc to column --- README_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_en.md b/README_en.md index 1146db46f..42a52b5d3 100644 --- a/README_en.md +++ b/README_en.md @@ -70,7 +70,7 @@ Quick experience of image recognition:[Link](./docs/zh_CN/tutorials/quick_star - [Image Classification](./docs/en/tutorials/getting_started_en.md) - Feature Learning - Inference Model Prediction(Updating) - - Python Inference + - [Python Inference](./docs/en/inference.md) - [C++ Inference](./deploy/cpp/readme_en.md)(only support classification for now, recognition coming soon) - Model Deploy (only support classification for now, recognition coming soon) - [Hub Serving Deployment](./deploy/hubserving/readme_en.md)