Skip to content

CNTK_2_0_Beta_5_Release_Notes

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

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

CNTK v.2.0 Beta 5 Release Notes

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

Windows: The Microsoft Cognitive Toolkit and NVIDIA Cuda 8

With this Beta release the Windows version of the Cognitive Toolkit supports NVIDIA Cuda 8. The binary beta 5 packages are built using the NVidia Cuda 8 toolkit. If you are a developer and building CNTK on your own system you can still continue using Cuda 7.5. This will change soon, please read details here.

Linux: The Microsoft Cognitive Toolkit and NVIDIA Cuda 8

In this Beta the Microsoft Cognitive Toolkit is only supporting NVIDIA Cuda 7.5 on Linux. We expect to move the Linux version of the toolkit to Cuda 8 shortly.

CNTK Evaluation library. NuGet package

A new Nuget package with the latest eval DLL (managed and native) is available. The EvaluateRgbImage function in the managed Eval API improves speed of image evaluation.

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

Performance

In the CNTK Text Format deserializer the memory footprint is reduced significantly. This will improve performance and scalability.

Stability Improvements

We continue fine tuning features and fixing bugs - thank you once again for the constant feedback!

Documentation and Tutorials

We improve/update documentation continuously. We also are adding new tutorials as quickly as possible. If you have a tutorial you want to contribute, please let us know!

The latest tutorial we added covers Sequence-to-Sequence.

Clone this wiki locally