-
Notifications
You must be signed in to change notification settings - Fork 4.3k
CNTK_2_0_RC_3_Release_Notes
With the Release Candidate 3 we ship the last preview before the Microsoft Cognitive Toolkit V2 final release.
- Several APIs that were previously deprecated, have now been removed. See the table listing removed API and their replacements.
- Support for static axes with unspecified dimensionality in input variable shapes, whose actual dimensionality is determined when the first minibatch data is bound for computation for the Function.
- Support for free (dynamic) static axes in input variable shapes that infer the actual dimensionality value from bound data, and can change across different evaluations of the Function graph (Note: Currently some Functions like convolution and pooling do not support inputs with free static axes; this will be addressed soon).
- New
to_sequenceoperator converting non-sequence data to sequence data. - New
sequence.unpackoperator converting non-sequence data to sequence. - Convolution in 1D is now supported.
- Added support for UDF serialization (implemented both in Python and native in C++).
-
Base64ImageDeserializeris now available in Python - Crosstalk is now in preview. This is a tool for comparing and converting tensors/parameters between different DL platforms. Currently only have limited support for CNTK and Tensorflow (v.0.12 or greater).
- Introducing RNN Conversion tool to change
optimized_rnnstacknode to GEMM based RNNs, so the model can be used on CPU.
Java API is added to support model evaluation in Java on Windows and Linux. Note, that the API is still experimental and subject to change. Feedback from community is greatly appreciated. See the details at the following pages: Java API on Windows, and Java API on Linux.
It is now possible to build CNTK from Source Code using NVIDIA cuDNN Library v.6.0. This is what is needed to enable that:
- Linux. Use the following parameter in `configure' script:
./configure --with-cudnn=/path/to/cudnn6
-
Windows. Set environment variable
%CUDNN_PATH%toc:\path\to\cudnn6\cuda
Note, that v.2.0 RC 3 binary distribution and Docker Hub images are built using cuDNN 5.1.
- Please ensure that all RNG users (
Dropout,RandomSample,RandomSampleWithFrequencyand Parameter initialization) honorset_fixed_random_seedsetting. - Added
initial seedreader configuration option. - Minor usability improvements in device selection/locking.
- Introduced preventing an infinite loop in random parameter initialization (an exception is raised if
initializerscale is <= 0). - Made
sigmoidandLogSumnumerically stable. - Fixed backprop for
LogSum. - Added support for
inputvariables without any dynamic axes. - Added support for executing
Function.evalbeforeFunction.grad. - Several improvements and bug fixes for
UserFunction. - Several sparse data handling fixes.
A new set of NuGet Packages is provided with this Release.
IMPORTANT! For Visual Studio: In the Manage Nuget Packages window change the default option Stable Only to Include Prerelease. Otherwise the release candidate package of CNTK will not be visible. This Package version is 2.0.0-rc3.