CNTK/MachineLearning/CNTKEval
Frank Seide 04e0621d90 changed most uses of ComputationNetwork * and & to ComputationNetworkPtr, to eliminate ownership bugs and allow integration with BS. Also allowed for some minor code simplifications;
made IComputationNetBuilder::LoadNetworkFromFile() 'protected' since it is no longer used. Will be deleted soon
2015-11-21 14:23:59 -08:00
..
CNTKEvalTest Replaced all bare throw calls with Centralized exception functions that print the call stack 2015-10-10 18:38:59 -07:00
CNTKEval.cpp changed most uses of ComputationNetwork * and & to ComputationNetworkPtr, to eliminate ownership bugs and allow integration with BS. Also allowed for some minor code simplifications; 2015-11-21 14:23:59 -08:00
CNTKEval.h changed most uses of ComputationNetwork * and & to ComputationNetworkPtr, to eliminate ownership bugs and allow integration with BS. Also allowed for some minor code simplifications; 2015-11-21 14:23:59 -08:00
CNTKEval.vcxproj Rename SequenceTraining project to CNTKSequenceTrainingLib to be consistent with other libs 2015-10-18 12:40:43 -07:00
CNTKEval.vcxproj.filters Merge branch 'master' of https://git01.codeplex.com/cntk into bmitra/Changes 2015-09-14 07:23:54 -07:00
EvalReader.h Fixed a ProcessExit crash due to an unused global STL container instance 2015-09-25 22:36:05 -07:00
EvalWriter.h Check for error condition in CNTKEval/EvalWriter 2015-08-18 18:01:24 -07:00
dllmain.cpp cleaned up include path for CNTKEval and CNTK, CNTKEval now builds with BS 2015-08-31 20:50:06 -07:00
stdafx.cpp
stdafx.h
targetver.h