https://github.com/Microsoft/CNTK
Raw File
Tip revision: 650bad1407337aef92dddf350499197cabfbb8ee authored by Frank Seide on 04 April 2017, 20:48:19 UTC
bug fix: AsTensorViewShape() should not pad shapes to >= 2 axes, instead AsMatrix() should be updated to handle rank-1 tensors;
Tip revision: 650bad1
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