CNTK/Examples/Evaluation
Zhou Wang fa72ab55c1 add cntklibrary-2.0.lib to drop; disable debug build for CPPEvalV2client project. 2016-10-21 20:09:55 +02:00
..
CNTKAzureTutorial01 add new azure cntk eval sample 2016-09-13 13:10:52 +02:00
CPPEvalClient Copy all changes from chazhang/image_examples to this new branch for master integration. 2016-10-04 12:00:24 -07:00
CPPEvalV2Client add cntklibrary-2.0.lib to drop; disable debug build for CPPEvalV2client project. 2016-10-21 20:09:55 +02:00
CSEvalClient Copy all changes from chazhang/image_examples to this new branch for master integration. 2016-10-04 12:00:24 -07:00
EvalClients.sln add cntklibrary-2.0.lib to drop; disable debug build for CPPEvalV2client project. 2016-10-21 20:09:55 +02:00
README.md address CR comments 2016-08-29 14:30:44 +02:00

README.md

#EvalClients

The folder contains some examples using the CNTK evaluation library. Please note that only the 64-bit target is supported by CNTK evaluation library. -CPPEvalClient: demonstrate the use of the C++ CNTK eval lib. Only the release configuration is supported.
-CSEvalClient: demonstrate the use of the C# CNTK eval lib. -EvalClients.sln: the VS2013 solution file to build examples. It creates two binaries in the directory $(SolutionDir)....\x64: * CPPEvalClient.(Configuration)\CPPEvalClient.exe: the C++ example executable. To run the example, please first include the directory containing CNTK dependent dlls, usually (SolutionDir)....\cntk, in the PATH environment variable.
* CSEvalClient.$(Configuration)\CSEvalClient.exe: the C# example executable.