https://github.com/Microsoft/CNTK
Raw File
Tip revision: 11a877a0296c5cf096cb07a115b7c56ca48ff401 authored by William Darling on 03 November 2016, 15:05:57 UTC
added attention stuff locally -- but not running with blocks LSTM yet
Tip revision: 11a877a
stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// DSSMReader.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"

// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
back to top