From 8746e2f601927ddf27d3af2c3717f58c85f94d5f Mon Sep 17 00:00:00 2001 From: Helin Wang Date: Wed, 13 Sep 2017 16:46:00 -0700 Subject: [PATCH] update link --- mnist-client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mnist-client/README.md b/mnist-client/README.md index 1bc4390..ff6d26c 100644 --- a/mnist-client/README.md +++ b/mnist-client/README.md @@ -16,7 +16,7 @@ this ### Start the Inference Server The inference server can be used to inference any model trained by -PaddlePaddle. Please see [here](TODO) for more details. +PaddlePaddle. Please see [here](../serve/README.md) for more details. 1. Download the MNIST inference model topylogy and parameters to the current working directory. -- GitLab