https://github.com/Microsoft/CNTK
Revision a26e542c8866ddd0b02e4e6e1b11bf8d94c224e9 authored by Bowen Bao on 23 August 2018, 22:21:34 UTC, committed by Bowen Bao on 24 August 2018, 04:28:06 UTC
- newer version numpy has a different print format for arrays and scalars that would potentially break the doctests.
1 parent 28ada96
Raw File
Tip revision: a26e542c8866ddd0b02e4e6e1b11bf8d94c224e9 authored by Bowen Bao on 23 August 2018, 22:21:34 UTC
update conftest.py to resolve doctest issue.
Tip revision: a26e542
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