From aecc9a2d99b89af4c4aff09ebd8b14477d631b91 Mon Sep 17 00:00:00 2001 From: scharoun Date: Fri, 19 May 2017 15:28:47 +0800 Subject: [PATCH] ADD: hyper link for predict.sh --- docs/evaluation_metrics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/evaluation_metrics.md b/docs/evaluation_metrics.md index 7d01cf8..f6edd78 100644 --- a/docs/evaluation_metrics.md +++ b/docs/evaluation_metrics.md @@ -17,7 +17,7 @@ You can perform evaluation in train phase by setting ``eval_metric`` in the conf The offline batch prediction will save prediction results for each sample in file meanwhile performing evaluation. Evaluation is optional. -#### **Testing data format**#### +#### **Testing data format** #### Testing data format is almost the same as [training data](data_format.md) except that you can also provide data without labels for offline batch prediction. e.g: @@ -66,7 +66,7 @@ If you provide labels, you can set ``eval_metric`` to perform evaluations. Ytk- You can see the details in ``log/info.log``, including evaluations and a file path of prediction results. -The following script is predict.sh. +The following script is [predict.sh](../bin/predict.sh). ```shell #!/usr/bin/env bash