Revision 91c0fd06a9da3e74adc667a935567f2432f1d802 authored by Joannes Vermorel on 04 July 2017, 20:00:04 UTC, committed by Joannes Vermorel on 05 July 2017, 12:22:33 UTC
When performing long runtime training tasks, the
number `totalSamplesSeen` as printed by `cntk.exe`
does overflow at 2^31, and the console starts displaying
negative counts (situations actually observed). The
overflow is caused by a cast to `Int32` which can be
upgraded to a cast to `Int64`.
1 parent a7961cd
History
File Mode Size
Dependencies
Documentation
Examples
Manual
Scripts
Source
Tests
Tools
Tutorials
bindings
.clang-format -rw-r--r-- 931 bytes
.gitattributes -rw-r--r-- 3.1 KB
.gitignore -rw-r--r-- 6.1 KB
.gitmodules -rw-r--r-- 211 bytes
CNTK.Common.props -rw-r--r-- 1.5 KB
CNTK.Cpp.props -rw-r--r-- 8.0 KB
CNTK.sln -rw-r--r-- 194.7 KB
CONTRIBUTING.md -rw-r--r-- 210 bytes
CppCntk.vssettings -rw-r--r-- 10.0 KB
LICENSE.md -rw-r--r-- 4.6 KB
Makefile -rw-r--r-- 56.1 KB
README.md -rw-r--r-- 4.6 KB
configure -rwxr-xr-x 34.4 KB

README.md

back to top