From 6972136b08383711d0cdb7211d287d21a0749dc1 Mon Sep 17 00:00:00 2001 From: Dong Daxiang <35550832+guru4elephant@users.noreply.github.com> Date: Wed, 18 Mar 2020 16:49:18 +0800 Subject: [PATCH] Update README.md --- README.md | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index fe03e0cc..cec874dc 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,9 @@ print(fetch_map)

Pre-built services with Paddle Serving

-

Chinese Word Segmentation

+

Chinese Word Segmentation

+ +- Description: Chinese word segmentation service that can be deployed with one line command. - Download: ``` shell @@ -114,21 +116,12 @@ curl -H "Content-Type:application/json" -X POST -d '{"words": "我爱北京天 ``` -

Chinese Sentence To Vector

- -

Image To Vector

+

Chinese Sentence To Vector

-

Image Classification

+

Image To Vector

-
+

Image Classification

-| Model Name | Resnet50 | -|:--------------------: |:----------------------------------: | -| Package URL | To be released | -| Description | Get the representation of an image | -| Training Data Source | Imagenet | - -

Document

-- GitLab