Skip to content

Commit

Permalink
add links for quick start
Browse files Browse the repository at this point in the history
ISSUE=4599425

git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1433 1ad973e4-5ce8-4261-8a94-b56d1f490c56
  • Loading branch information
liaogang committed Aug 30, 2016
1 parent 3e87021 commit f2d5c7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ See [Installation Guide](http://paddlepaddle.org/doc/build/) to install from pre
## Documentation
- [Chinese Documentation](http://paddlepaddle.org/doc_cn/) <br>

- [Quick Start](http://paddlepaddle.org/doc/demo/quick_start/) <br>
- [Quick Start](http://paddlepaddle.org/doc/demo/quick_start/index_en) <br>
You can follow the quick start tutorial to learn how use PaddlePaddle
step-by-step.

Expand Down
4 changes: 2 additions & 2 deletions doc/demo/quick_start/index_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <a href = "../../platform/index.html">Platform</a> 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: <a href = "../../cluster/index.html">Platform</a> 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.
<center> ![](./PipelineTest_en.png) </center>
Expand All @@ -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: <a href = "../../ui/predict/swig_py_paddle.html">Python Prediction API</a> tutorial,or other <a href = "../../demo/index.html">demo</a> 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: <a href = "../../ui/predict/swig_py_paddle_en.html">Python Prediction API</a> tutorial,or other <a href = "../../demo/index.html">demo</a> for the prediction process using Python. You can also use the following script for inference or evaluation.

inference script (predict.sh):

Expand Down

0 comments on commit f2d5c7a

Please sign in to comment.