CNTK/Common
Frank Seide f221f1c73a added a warning for inefficient propagating from inside loop to a child that is outside the loop. Gradient could be done in PAR mode 2015-11-01 17:43:33 -08:00
..
CheckInSuites CNTK.sln: fix loading of Common/CheckInSuites/CheckInSuites.vcxproj 2015-10-27 11:40:16 +01:00
FileTest Visual Studio Solution cleanup: 2015-05-18 20:32:39 -07:00
Include added a warning for inefficient propagating from inside loop to a child that is outside the loop. Gradient could be done in PAR mode 2015-11-01 17:43:33 -08:00
BestGpu.cpp bug fix in BestCpu::GetDevices(): pd->memory.total was zero (when remote-accessing). It now guards against that, and is now able to select a GPU when remoted in 2015-10-30 22:04:49 -07:00
ConfigFile.cpp bug workaround: MinusNode had m_needGradient false while a child had it true, which caused use of an empty gradient matrix. Worked around by going back to old CNTK way of always resizing gradients as well; 2015-10-10 17:19:40 -07:00
CrossProcessMutex.h Fix Windows bug where global mutex not properly released. 2015-08-04 10:55:07 -07:00
DataReader.cpp Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/sequenceTraining 2015-09-25 18:19:48 -07:00
DataWriter.cpp Merge branch 'master' to 'linux-gcc' 2015-07-17 23:42:22 +00:00
DebugUtil.cpp Merge branch 'bmitra/Changes' of https://git01.codeplex.com/cntk into bmitra/Changes 2015-08-29 22:53:12 +10:00
Eval.cpp Replaced all bare throw calls with Centralized exception functions that print the call stack 2015-10-10 18:38:59 -07:00
File.cpp merge with master 2015-09-14 13:18:44 -07:00
MPIWrapper.cpp Applying workaround for race condition in OpenMPI on non-0 exit code from CNTK 2015-10-30 16:16:09 -07:00
TimerUtility.cpp Add progress measurement features 2015-10-19 10:58:35 -07:00
fileutil.cpp merge with master 2015-09-14 13:18:44 -07:00