https://github.com/Microsoft/CNTK
Revision a55e871ec841fbe77e0adaf5dd0df04907f7f87b authored by Bowen Bao on 18 October 2018, 22:23:03 UTC, committed by Bowen Bao on 19 October 2018, 17:24:11 UTC
* Issue was that AssignSqrOfDifferenceOf(beta, input, mean, alpha)
assigns mean value to the gaps in input. These values are then reduced
within this function, leading to incorrect results. The fix is to
execute assign and reduce separately, and mask gaps to zero again before reducing.
* Update test baseline affected by this change (err is lowered by <1%).
1 parent 0ffdcf7
History
Tip revision: a55e871ec841fbe77e0adaf5dd0df04907f7f87b authored by Bowen Bao on 18 October 2018, 22:23:03 UTC
Fix InvStdDev.
Tip revision: a55e871
File Mode Size
Documentation
Examples
Manual
PretrainedModels
Scripts
Source
Tests
Tools
Tutorials
bindings
external
.clang-format -rw-r--r-- 951 bytes
.gitattributes -rw-r--r-- 3.4 KB
.gitignore -rw-r--r-- 8.4 KB
.gitmodules -rw-r--r-- 367 bytes
CMakeLists.txt -rw-r--r-- 269 bytes
CNTK.Common.props -rw-r--r-- 3.4 KB
CNTK.Cpp.props -rw-r--r-- 10.8 KB
CNTK.sln -rw-r--r-- 264.7 KB
CONTRIBUTING.md -rw-r--r-- 210 bytes
CppCntk.vssettings -rw-r--r-- 10.0 KB
LICENSE.md -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 71.7 KB
README.md -rw-r--r-- 23.4 KB
ThirdPartyNotices.md -rw-r--r-- 21.0 KB
configure -rwxr-xr-x 37.4 KB

README.md

back to top