From 8239208094c94e2547fdf2f20502f59f4306dcfb Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 17 Oct 2018 02:32:53 -0400 Subject: [PATCH] typo: Double word "use" --- articles/CNTK-Evaluation-Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/CNTK-Evaluation-Overview.md b/articles/CNTK-Evaluation-Overview.md index 10fe927d..1250a2ce 100644 --- a/articles/CNTK-Evaluation-Overview.md +++ b/articles/CNTK-Evaluation-Overview.md @@ -32,4 +32,4 @@ Prior to the CNTK 2.0 version, the CNTK EvalDLL was used to evaluate model train is still supported, but works only for the model created by cntk.exe with BrainScript. It can not be used to evaluate models created by CNTK 2.0 or later using Python. We strongly recommend to use the latest CNTK libraries for evaluation, as it supports model formats and provides more features. For more details on different model formats refer to the [CNTK model format](./CNTK-model-format.md) page. -For legacy applications that use use EvalDLL interface please refer to the [CNTK EvalDLL Overview](./EvalDll-Evaluation-Overview.md) page. +For legacy applications that use EvalDLL interface please refer to the [CNTK EvalDLL Overview](./EvalDll-Evaluation-Overview.md) page.