https://github.com/Microsoft/CNTK
Revision ce0d0c7d4601ca2185cd6bb8464930951b3d8a95 authored by Alexey Reznichenko on 28 November 2016, 13:36:54 UTC, committed by Alexey Reznichenko on 28 November 2016, 14:06:48 UTC
  Properly checkpoint stateful nodes (Dropout, RandomSample) in both v1/v2
  formats:
     To ensure reproducibility, nodes that inherit from RngUser need to
  properly save and restore their internal stated (rng seed and offset).
     V2 additionally needs to copy state from the checkpoint into the function
  graph and the underlying network if it already exists.
1 parent da3931d
History
Tip revision: ce0d0c7d4601ca2185cd6bb8464930951b3d8a95 authored by Alexey Reznichenko on 28 November 2016, 13:36:54 UTC
Properly checkpoint stateful nodes
Tip revision: ce0d0c7
File Mode Size
Dependencies
Documentation
Examples
Scripts
Source
Tests
Tools
Tutorials
bindings
.clang-format -rw-r--r-- 931 bytes
.gitattributes -rw-r--r-- 2.3 KB
.gitignore -rw-r--r-- 4.5 KB
.gitmodules -rw-r--r-- 201 bytes
CNTK.Cpp.props -rw-r--r-- 8.3 KB
CNTK.sln -rw-r--r-- 169.0 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-- 46.9 KB
README.md -rw-r--r-- 7.9 KB
configure -rwxr-xr-x 29.9 KB

README.md

back to top