https://github.com/Microsoft/CNTK
Raw File
Tip revision: ae163b33a85d3e07ae7c6b519f2c6d1409cf2263 authored by liqfu on 14 August 2018, 18:17:36 UTC
ONNX support for CNTK Sequence::Slice op. Due to a specific feature of CNTK Sequence::Slice op to handle zigged inputs (batch of variable length sequences), models converted from CNTK may not produce marching outcomes with zigged inputs.
Tip revision: ae163b3
README.md

## CNTK Development Environment Installer

The directory `devInstall` contains a Windows scripts which can be used to create an environment for building CNTK from source. The script is intended to run from its location in the repository.

* `devInstall/Windows` - Create a Visual Studio based development environment on Windows

back to top