https://github.com/Microsoft/CNTK
Raw File
Tip revision: 27f47bba834b661fb40b9c72096e837787096733 authored by Spandan Tiwari on 01 October 2018, 21:33:25 UTC
Add ONNX export support for ones_like, zeros_like, and eye_like ops.
Tip revision: 27f47bb
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