-
Notifications
You must be signed in to change notification settings - Fork 0
NuGet Package
##Overview The CNTK Eval NuGet package is a NuGet package containing the necessary libraries and assemblies to enable .Net and Windows C++ applications to perform CNTK model evaluation.
##Installation The package may be obtained through the NuGet Package Manager inside Visual Studio by searching for "CNTK", or downloaded directly from NuGet:
https://www.nuget.org/packages/Microsoft.Research.CNTK.CpuEval-mkl/
The CNTK Eval NuGet package may be installed on a Visual C++ or .Net project (C#, VB.Net, F#, ...). Once installed the project will contain a reference to the EvalWrapper.dll (for .Net), or the Eval.h (for C++) and the required binary libraries will be copied to the output directory.
For instructions on how to install a NuGet package, please refer to the NuGet documentation at:
https://docs.nuget.org/consume/installing-nuget
##Current Release Currently the CNTK Eval NuGet package supports CPU-Only computations (no GPU) and uses the MKL library.
##Linux There is a Linux equivalent set of libraries (albeit not available through NuGet) that enables CNTK model evaluations in Linux using C++. Refer to the Linux Eval Page for details on this library.
Getting Started
Additional Documentation
How to use CNTK
Using CNTK Models in Your Code
- Overview
- Nuget Package for Evaluation
- C++ Evaluation Interface
- C# Evaluation Interface
- Evaluating Hidden Layers
- C# Image Transforms for Evaluation
- C# Multi-model Evaluation
- Evaluate in Azure
Advanced topics
Licenses
Source Code & Development