-
Notifications
You must be signed in to change notification settings - Fork 4.3k
CNTK_2_0_Beta_4_Release_Notes
This page has migrated to our new site. Please update any bookmarks.
This is a summary of new features delivered with the Beta 4 release of CNTK V.2.0.
This release introduces Asynchronous Stochastic Gradient Descent (ASGD)/Hogwild! training parallelization support using Microsoft’s Parameter Server (Project Multiverso).
This release add the support of Distributed scenarios. See more in the sections on Distributed scenarios in ConvNet and ResNet examples. (All examples are also available as a part of CNTK Binary Packages)
This release introduces a Memory Compression, an ability to trade off memory usage with compute. See how to enable the feature in Top level configurations Wiki article (hyperCompressMemory
variable).
We continue re-organizing and re-arranging CNTK Examples and Tutorials. Please, be aware that as a part of the process we are gradually removing outdated Python examples.
You may now compile and install CNTK with 1bit-SGD support as a Docker container. Thus all three CNTK configurations may be implemented as Docker containers. See more on CNTK Docker containers here.
Please note that in this release there will be NO update of CNTK NuGet package. The latest package is available in CNTK V.2.0 Beta 3.
We continue fine tuning new features and fixing different bugs - thank you once again for the constant feedback. You are not required to adopt your code or models to take an advantage of these improvements.