Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
microsoft
/
CNTK
зеркало из
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули CNTK
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
7b0159a41d
CNTK
/
Source
История
Alexey Kamenev
92e8a4d136
Added BN eval mode to MEL. Updated samples.
2016-01-12 14:47:32 -08:00
..
ActionsLib
moved all actions (DoXXX()) from CNTK.cpp to ActionsLib (no code change);
2016-01-09 18:13:31 -08:00
CNTK
Added BN eval mode to MEL. Updated samples.
2016-01-12 14:47:32 -08:00
Common
Bug workaround: The m_columnsValidityMask matrix in MBLayout type was being default initialized resulting in incorrectly selecting a bad GPU device.
2016-01-11 22:45:17 -08:00
ComputationNetworkLib
Added BN eval mode to MEL. Updated samples.
2016-01-12 14:47:32 -08:00
EvalDll
undid last stdafx.h uncomment, did not work
2015-12-23 11:20:16 -08:00
Math
Removed Resize from BN code. Updated samples.
2016-01-12 14:02:51 -08:00
Readers
bug fix: SimpleNetworkBuilder::AddTrainAndEvalCriterionNodes() should not compute 'tinput' for certain training-criterion nodes because 'input' has a different meaning for those;
2015-12-24 01:48:25 -08:00
SGDLib
bug fix: incorrect Resize() in DefaultConvolutionEngine::Forward() destroyed content of matrix;
2016-01-07 17:06:33 -08:00
SequenceTrainingLib
changed TensorShape to use new class SmallVector<> instead of std::vector, which is meant to avoid dynamic memory allocations
2015-12-22 22:25:50 -08:00