https://github.com/Microsoft/CNTK
Raw File
Tip revision: 9cabc8d8af0985f39f652818ed3ab07591f0d97e authored by kaituoxu on 02 August 2018, 07:08:37 UTC
FSMN bug fixed!! I have wrong understanding of one Minibatch Matrix's layout before and Now I have fixed related problem
Tip revision: 9cabc8d
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