Skip to content

NuGet Package

Zhou Wang edited this page Mar 13, 2017 · 41 revisions

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. There are 3 Nuget packages:

Installation

The package may be obtained through the NuGet Package Manager inside Visual Studio by searching for "CNTK", or downloaded directly from NuGet:

The current version is 2.0-beta15. When installing, please select the option "Include Prerelease" in "Manage Nuget Packages". After selecting the appropriate NuGet package to install, use the version selector on the right to explicitly select package version 2.0.0-beta15.

The CNTK NuGet packages may be installed on a Visual C++ or .NET project (C#, VB.Net, F#, ...). Once installed the project will contain a reference to the managed dll and the required dependent 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

The current release of CNTK Eval Nuget Packages support the following interfaces

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 CNTK Evaluation Overview page for details.

Clone this wiki locally