Skip to content

Commit

Permalink
ADD: hyper link for predict.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
scharoun authored May 19, 2017
1 parent 79419c9 commit aecc9a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/evaluation_metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aecc9a2

Please sign in to comment.