https://github.com/Microsoft/CNTK
Raw File
Tip revision: 13ac43e8e144c68f5a65dd3117b3c24a3babcef6 authored by liqfu on 24 October 2017, 15:05:24 UTC
initial training - validation not working
Tip revision: 13ac43e
targetver.h
#pragma once

// Including SDKDDKVer.h defines the highest available Windows platform.

// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and
// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.

#include <SDKDDKVer.h>
back to top