Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouwangzw committed Aug 28, 2016
1 parent ec2878e commit f8574a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Examples/Evaluation/CPPEvalExample/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Eval Example
This folder contains the VC++ project file to build CPPEvalExample. The source files used by the project is under ..\CPPEvalClient.
This project creates CPPEvalExample.exe in the directory $(SolutionDir)..\..\cntk\EvalExample.$(Configuration)\.
Before start the example, please make sure the directory containing CNTK dependent dlls, usually $(SolutionDir)..\..\cntk\, is specified as a part of the PATH environment variable.
This project creates CPPEvalExample.exe in the directory $(SolutionDir)..\..\x64\CPPEvalExample.Release. The CPPEvalExample only supports 64-bit target and release configuration.
Before start the example, please make sure that the directory containing CNTK dependent dlls, usually $(SolutionDir)..\..\cntk\, is specified as a part of the PATH environment variable.
2 changes: 1 addition & 1 deletion Examples/Evaluation/CSEvalExample/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This folder contains the C# project file to build CSEvalExample. The source files used by the project is under ..\CSEvalClient.
This project creates CSEvalExample.exe in the directory $(SolutionDir)..\..\cntk\EvalExample.$(Configuration)\.
This project creates CSEvalExample.exe in the directory $(SolutionDir)..\..\x64\CSEvalExample.$(Configuration)\. Please note that only 64-bit target is supported.
8 changes: 4 additions & 4 deletions Examples/Evaluation/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#Eval Examples

The folder contains examples using the CNTK evaluation library.
The folder contains examples using the CNTK evaluation library. Please note that only 64-bit target is supported by CNTK evaluation library.
-CPPEvalClient: it is C++ example code and VS C++ project file used by cntk.sln
-CPPEvalExample: It contains only VS C++ project file used in the CNTK binary download package. It shares the same C++ code in CPPEvalClient.
-CSEvalClient: it is C# example code and VS C# project file used by cntk.sln.
-CSEvalExample: it contains only VS C# project file used in the CNTK binary download package. The project uses Eval Nuget package. It shares the same C# code in CSEvalClient.
-EvalExample.sln: the VS solution file to build examples in the CNTK binary download package. It creates 2 binaries in the directory $(SolutionDir)..\..\cntk\EvalExample.$(Configuration)\:
*CPPEvalExample.exe: the C++ example executable. To start the example, please first include the directory containing CNTK dependent dlls, usually $(SolutionDir)..\..\cntk, in the PATH environment variable.
*CSEvalExample.exe: the C# example executable
-EvalExample.sln: the VS solution file to build examples in the CNTK binary download package. It creates 2 binaries in the directory $(SolutionDir)..\..\x64\:
*CPPEvalExample.$(Configuration)\CPPEvalExample.exe: the C++ example executable. Only the release configuraiton is supported by the CNTK binary download. To start the example, please first include the directory containing CNTK dependent dlls, usually $(SolutionDir)..\..\cntk, in the PATH environment variable.
*CSEvalExample.$(Configuration)\CSEvalExample.exe: the C# example executable.

0 comments on commit f8574a4

Please sign in to comment.