Skip to content

CNTK_2_0_Beta_8_Release_Notes

Allison Brucker (Resources Online) edited this page May 30, 2017 · 8 revisions

This page has migrated to our new site. Please update any bookmarks.

CNTK v.2.0 Beta 8 Release Notes

This is a summary of new features delivered with the Beta 8 release of CNTK V.2.0.

Breaking changes

The are two breaking changes in this release. Please, read this section carefully:

  • The naming of output variables of Function in CNTK Library API has been changed: if the function has single output, the name of output variable is the same as the function name. In case of multiple outputs, they are named as function name plus the output order as suffix, e.g. Foo.1, Foo.2, etc.

  • Batch normalization.

    • If cuDNN batch normalization engine is not available, the CNTK batch normalization engine is used as a fall back.
    • A model trained with cuDNN batch normalization can now be inferred on CPU.

Python API

The following updates are introduced to Python API:

Windows Version. Visual Studio 2015 support

Starting from this release Windows version of CNTK is being built with Visual Studio 2015. Make sure to install the Visual C++ Redistributable Package for Visual Studio 2015, if you're installing the binary drop manually (included in the package).

If you maintain a developer environment, please read the article Migrate VS 2013 to VS 2015. You may also consider Script driven migration.

CNTK Evaluation library. NuGet package

The first version of CNTK Library Managed Eval API is available. It provides a new C# API supporting evaluation of CNTK models using .NET. The new API also supports evaluation on GPU devices, as well as running multiple evaluation requests in parallel. Please see the Wiki page for details.

Examples on usage of the new CNTK C# API are available in CNTKLibraryEvalExamples.sln located in Examples/Evaluation (available also in CNTK Binary Packages).

The structure of CNTK NuGet packages has changed with two additional packages introduced:

IMPORTANT! In Visual Studio Manage Nuget Packages Window change the default option Stable Only to Include Prerelease. Otherwise the packages will not be visible. The Package version should be 2.0-beta8.

Custom MKL Library v.3

If you are working with CNTK codebase, please be aware that Version 3 of CNTK Custom MKL Library is now available. You should use this version in your environment from now on.

CNTK Runtime Images at Docker Hub

CNTK Runtime packages are now available as Public Images at Docker Hub.

IMPORTANT! There will be a small time delay (expected 3-5 working days) between a new CNTK Release and its availability on Docker Hub. E.g. on the day of v.2.0 Beta 8 Release (this release) only v.2.0 Beta 7 Images are available at Docker Hub. We will announce the availability of Docker Hub images for each version both at CNTK Release Page and in the News.

See more on CNTK as Docker Images in this Wiki article.

Clone this wiki locally