https://github.com/Microsoft/CNTK
Raw File
Tip revision: dbf50bcbdc39604a277d818694e6ec9420155221 authored by Spandan Tiwari on 24 July 2018, 19:13:12 UTC
Remove special casing in conv to match length of auto_pad and strides with input dims. Fixes failing onnx backend conv tests.
Tip revision: dbf50bc
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