Merge pull request #3663 from Veason-silverbullet/epsfix

change eps 1e-6 to 1e-12
This commit is contained in:
Lewei Lu 2019-06-07 14:55:08 +08:00 коммит произвёл GitHub
Родитель ec8c67071f 1bd45d0e74
Коммит 673eee5fd9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
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);