From f2d5c7a284565170b1125b99d405f6403e2598fd Mon Sep 17 00:00:00 2001 From: liaogang Date: Tue, 30 Aug 2016 15:41:53 +0000 Subject: [PATCH] add links for quick start ISSUE=4599425 git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1433 1ad973e4-5ce8-4261-8a94-b56d1f490c56 --- README.md | 2 +- doc/demo/quick_start/index_en.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55e8271e5c..b36b039052 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ See [Installation Guide](http://paddlepaddle.org/doc/build/) to install from pre ## Documentation - [Chinese Documentation](http://paddlepaddle.org/doc_cn/)
-- [Quick Start](http://paddlepaddle.org/doc/demo/quick_start/)
+- [Quick Start](http://paddlepaddle.org/doc/demo/quick_start/index_en)
You can follow the quick start tutorial to learn how use PaddlePaddle step-by-step. diff --git a/doc/demo/quick_start/index_en.md b/doc/demo/quick_start/index_en.md index e0f819283f..41ee3d1abb 100644 --- a/doc/demo/quick_start/index_en.md +++ b/doc/demo/quick_start/index_en.md @@ -395,7 +395,7 @@ paddle train \ --use_gpu=false ``` -If you want to install the remote training platform, which enables distributed training on clusters, follow the instructions here: Platform documentation. We do not provide examples on how to train on clusters. Please refer to other demos or platform training documentation for mode details on training on clusters. +If you want to install the remote training platform, which enables distributed training on clusters, follow the instructions here: Platform documentation. We do not provide examples on how to train on clusters. Please refer to other demos or platform training documentation for mode details on training on clusters. ## Inference You can use the trained model to perform prediction on the dataset with no labels. You can also evaluate the model on dataset with labels to obtain its test accuracy.
![](./PipelineTest_en.png)
@@ -410,7 +410,7 @@ paddle train \ --init_model_path=./output/pass-0000x ``` -We will give an example of performing prediction using Recurrent model on a dataset with no labels. You can refer to: Python Prediction API tutorial,or other demo for the prediction process using Python. You can also use the following script for inference or evaluation. +We will give an example of performing prediction using Recurrent model on a dataset with no labels. You can refer to: Python Prediction API tutorial,or other demo for the prediction process using Python. You can also use the following script for inference or evaluation. inference script (predict.sh): -- GitLab