debug info
This commit is contained in:
Родитель
ec71b41ccd
Коммит
699d60a842
|
@ -1938,10 +1938,11 @@ template <class ElemType>
|
|||
{
|
||||
fprintf(stderr, "Sparse matirx: %d [%d * %d] %d\n", (int)gradientValues.GetNumElements(), (int)gradientValues.GetNumRows(), (int)gradientValues.GetNumCols(), (int)gradientValues.BufferSize());
|
||||
fflush(stderr);
|
||||
Matrix<ElemType>* debug = new Matrix<ElemType>(gradientValues, CPUDEVICE);
|
||||
ElemType* debugbuf = debug->Data();
|
||||
|
||||
//Matrix<ElemType>* debug = new Matrix<ElemType>(gradientValues, CPUDEVICE);
|
||||
ElemType* debugbuf = gradientValues.Data();
|
||||
debugbuf;
|
||||
delete debug;
|
||||
//delete debug;
|
||||
}
|
||||
|
||||
GradientsUpdateType adpType = sgd->GradUpdateType();
|
||||
|
|
Загрузка…
Ссылка в новой задаче