https://github.com/Microsoft/CNTK
Raw File
Tip revision: 5ce390cc59c17204b86ba1e84a3b60c45f112b09 authored by Spandan Tiwari on 16 July 2018, 20:59:29 UTC
Adding automatic pack/unpack wrapper for simple batch axis ONNX ops. MaxPool, AveragePool, GlobalAveragePool, GlobalMaxPool enabled.
Tip revision: 5ce390c
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