This commit is contained in:
Chris Basoglu 2016-11-21 17:38:19 -08:00 коммит произвёл GitHub
Родитель dbfb1b5050
Коммит 1861a2ac57
1 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -1,4 +1,15 @@
# Latest news
*2016-11-21.* V 2.0 Beta 4 Release
Highlights of this Release:
* New ASGD/Hogwild! training using Microsofts Parameter Server ([Project Multiverso](https://github.com/Microsoft/multiverso))
* Distributed Scenarios now supported in CNTK Python API
* New Memory compression -- ability to trade off memory usage with compute.
* CNTK Docker image with 1bit-SGD support
* Stability Improvements and bug fixes
See more in the [Release Notes](https://github.com/Microsoft/CNTK/wiki/CNTK_2_0_beta_4_Release_Notes)
Get the Release from the [CNTK Releases page](https://github.com/Microsoft/CNTK/releases)
*2016-11-11.* V 2.0 Beta 3 Release
Highlights of this Release:
* Integration with [NVIDIA NCCL](https://github.com/NVIDIA/nccl). Works with Linux when building CNTK from sources. See here [how to enable](https://github.com/Microsoft/CNTK/wiki/Setup-CNTK-on-Linux#optional-nccl)