https://github.com/Microsoft/CNTK
Revision 41614a434e6b205a7a5b15cdc8d2aca02276ea01 authored by Sasa Galic on 01 March 2017, 13:25:21 UTC, committed by Sasa Galic on 10 April 2017, 08:04:22 UTC
Currently, accumulator matrix is allocated form the pool of shared
matrices. However, this matrix is meant to be persistent across
forward-backward loops. Since it is shared it may be overwritten by
some other node.
Fix for this issue is not to use memory pool but to allocate matrix
internally.
1 parent e1f48f4
History
Tip revision: 41614a434e6b205a7a5b15cdc8d2aca02276ea01 authored by Sasa Galic on 01 March 2017, 13:25:21 UTC
Fix accumulator matrix sharing
Tip revision: 41614a4
File Mode Size
Dependencies
Documentation
Examples
Scripts
Source
Tests
Tools
Tutorials
bindings
.clang-format -rw-r--r-- 931 bytes
.gitattributes -rw-r--r-- 2.5 KB
.gitignore -rw-r--r-- 5.5 KB
.gitmodules -rw-r--r-- 211 bytes
CNTK.Common.props -rw-r--r-- 1.4 KB
CNTK.Cpp.props -rw-r--r-- 8.0 KB
CNTK.sln -rw-r--r-- 184.7 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-- 52.3 KB
README.md -rw-r--r-- 9.8 KB
configure -rwxr-xr-x 31.9 KB

README.md

back to top