This commit is contained in:
Qiwei Ye 2016-05-30 10:54:46 +08:00
Родитель 2d90c6e2d9
Коммит 8d157ad513
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1928,6 +1928,7 @@ template <class ElemType>
gradientValues.Print("Gradient Input"); gradientValues.Print("Gradient Input");
smoothedGradient.Print("Smoothed Gradient Input"); smoothedGradient.Print("Smoothed Gradient Input");
#endif #endif
gradientValues.Print("Gradient");
// make actualMBSize is a valid value // make actualMBSize is a valid value
assert(actualMBSize > 0); assert(actualMBSize > 0);