https://github.com/Microsoft/CNTK
Revision abbc28e27a1e69f965c819d401e7bb53f5e5245e authored by Frank Seide on 14 December 2015, 21:11:29 UTC, committed by Frank Seide on 14 December 2015, 21:11:29 UTC
the old bitmap-based implementation is gone. MBLayout now also stores sequence ids (so we can line up multiple MBLayouts, instrumental to sequence-to-sequence models), and it naturally allows for testing whether a delayed value cross a sequence boundary;
deleted definition of MinibatchPackingFlags enum;
old Is() and Get() functions are fully replaced by IsGap() and IsBeyondStartOrEnd();
HasGaps() test is now a one-liner
1 parent 5ba34cf
History
Tip revision: abbc28e27a1e69f965c819d401e7bb53f5e5245e authored by Frank Seide on 14 December 2015, 21:11:29 UTC
Coup de grâce: MBLayout reimplemented:
Tip revision: abbc28e
File Mode Size
BrainScript
Common
DataReader
Demos
Documentation
ExampleSetups
MachineLearning
Math
Scripts
Tests
license
.gitattributes -rw-r--r-- 49 bytes
.gitignore -rw-r--r-- 2.6 KB
CNTK.sln -rw-r--r-- 62.6 KB
CppCntk.vssettings -rw-r--r-- 10.0 KB
KaldiReaderReadme -rw-r--r-- 4.7 KB
Makefile -rw-r--r-- 16.8 KB
README.md -rw-r--r-- 7.2 KB
ThirdPartyNotices.txt -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 13.9 KB

README.md

back to top