This commit is contained in:
Veason-silverbullet 2019-05-13 14:31:04 +08:00
Родитель 99df007c05
Коммит 1bd45d0e74
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -512,7 +512,7 @@ public:
else
LogicError("This normalizeType is not supported yet.");
m_temp1->SetValue((ElemType) 1e-6);
m_temp1->SetValue((ElemType) 1e-12);
Matrix<ElemType>::ScaleAndAdd((ElemType) 1, *m_temp1, *m_magnitude);
Value().SetValue(X);
Value().RowElementDivideBy(*m_magnitude);