https://github.com/Microsoft/CNTK
Revision f4e94aa72c14b98a29599859f9d2ec636d642d2b authored by Sasa Galic on 02 November 2016, 15:09:31 UTC, committed by Sasa Galic on 04 November 2016, 10:39:54 UTC
If all data readers finish at the same time, no samples will be aggregated
resulting in 0 error. For accumulation nodes this value will override last
(correct value) resulting in incorrect eval error (regular eval nodes just
add 0 to existing value).
Fix is not to override eval error for accumulation when no samples are
processed.
1 parent de58a63
History
Tip revision: f4e94aa72c14b98a29599859f9d2ec636d642d2b authored by Sasa Galic on 02 November 2016, 15:09:31 UTC
Fix eval aggregation results for accumulation nodes
Tip revision: f4e94aa
File Mode Size
Dependencies
Documentation
Examples
Scripts
Source
Tests
Tools
bindings
contrib
.clang-format -rw-r--r-- 931 bytes
.gitattributes -rw-r--r-- 2.2 KB
.gitignore -rw-r--r-- 3.5 KB
.gitmodules -rw-r--r-- 96 bytes
CNTK.Cpp.props -rw-r--r-- 7.9 KB
CNTK.sln -rw-r--r-- 207.1 KB
CONTRIBUTING.md -rw-r--r-- 199 bytes
CppCntk.vssettings -rw-r--r-- 10.0 KB
LICENSE.md -rw-r--r-- 4.6 KB
Makefile -rw-r--r-- 43.2 KB
README.md -rw-r--r-- 7.0 KB
configure -rwxr-xr-x 28.2 KB

README.md

back to top