https://github.com/Microsoft/CNTK
Raw File
Tip revision: 18d9f39afcfc839916dceee4b4f9756f63e0a728 authored by liqfu on 29 August 2018, 23:52:58 UTC
skip dynamic axes wrapper, export onnx test cases, handle output op being Combine op, workaround a specific case bug of ONNX bidirectional broadcast shape inference
Tip revision: 18d9f39
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