This reverts commit 6cff37f038.
This commit is contained in:
Qiwei Ye 2016-06-06 14:18:51 +08:00
Родитель f07ab860aa
Коммит efa91bca2a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1936,7 +1936,7 @@ template <class ElemType>
sgd->ClipGradient(gradientValues, actualMBSize);
if (gradientValues.GetMatrixType() == MatrixType::SPARSE)
{
fprintf(stderr, "Sparse matirx: %d [%d * %d] \n", (int)gradientValues.GetNumElements(), (int)gradientValues.GetNumRows(), (int)gradientValues.GetNumCols());
fprintf(stderr, "Sparse matirx: %d [%d * %d] \n", gradientValues.GetNumElements(), gradientValues.GetNumRows(), gradientValues.GetNumCols());
fflush(stderr);
}