https://github.com/Microsoft/CNTK
Raw File
Tip revision: a02752ef96873c7fae1e02bf78caa448d10a40d0 authored by Sergii Dymchenko on 09 May 2018, 00:45:58 UTC
Use O_TRUNC when saving ONNX models to prevent possible file corruption.
Tip revision: a02752e
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