CNTK/MachineLearning/CNTKEval
Dong Yu c74cdb58f9 Merge branch 'master' of https://git01.codeplex.com/cntk into linux-gcc 2015-07-20 16:57:26 -07:00
..
CNTKEvalTest various cleanups: 2015-05-18 18:51:20 -07:00
CNTKEval.cpp Merge branch 'master' to 'linux-gcc' 2015-07-17 23:42:22 +00:00
CNTKEval.h split ComputationNode.h off into 5 additional headers (InputAndParam, LinearAlgebra, Nonlinearity, Recurrent, Convolutional), grouped by nature of their function (but no code change other than moving classes in this check-in); 2015-05-18 23:40:48 -07:00
CNTKEval.vcxproj Added /bigobj option to CNTKEval.vcxproj to address the 'too many sections' compiltation error in that project 2015-07-19 12:02:30 -07:00
CNTKEval.vcxproj.filters Visual Studio Solution cleanup: 2015-05-18 20:32:39 -07:00
CNTKEval.vcxproj.vspscc First Release of CNTK 2014-08-29 16:21:42 -07:00
EvalReader.h changed feature packing flag names from utteranceXYZ and sentence_XYZ to SequenceXYZ to make them consistent and be understood for both speech and text people. 2015-07-18 17:28:14 -07:00
EvalWriter.h Fix a minor bug in EvalReader and EvalWriter. 2015-06-29 14:09:27 -07:00
dllmain.cpp renamed myRank and numProcs to mpiRank and mpiNumProcesses, respectively (myRank is only understood by people who know MPI) 2015-06-29 16:10:37 -07:00
stdafx.cpp First Release of CNTK 2014-08-29 16:21:42 -07:00
stdafx.h Shielded targetver.h from linux build, where it doesn't make sense. 2014-11-11 16:40:52 +00:00
targetver.h First Release of CNTK 2014-08-29 16:21:42 -07:00