https://github.com/Microsoft/CNTK
Raw File
Tip revision: 6d4d48421f8f6edb2ef70360c03ddbd08e747df9 authored by Spandan Tiwari on 12 June 2018, 19:59:11 UTC
Fixing missing shape attributue in output node of ONNX models. Better error reporting.
Tip revision: 6d4d484
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