Merge pull request #3663 from Veason-silverbullet/epsfix
change eps 1e-6 to 1e-12
This commit is contained in:
Коммит
673eee5fd9
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче