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
CMakeLists.txt
cmake_minimum_required(VERSION 3.8)

project(CNTK)

include(Tools/cmake/options.cmake REQUIRED)
include(Tools/cmake/common.cmake REQUIRED)
include(Tools/cmake/cntk_common.cmake REQUIRED)

add_subdirectory(bindings/csharp/swig)

include(Tools/cmake/debug.cmake REQUIRED)
back to top