CNTK/DataReader/HTKMLFReader
Amit Agarwal 2abaa83c8b Fixed a bug in an assertion in the HTKMLFReader pertaining checking for distributed minibatch reading support 2015-09-11 00:03:12 -07:00
..
DataReader.cpp Enable unigram support on Linux 2015-09-01 23:11:13 -07:00
DataWriter.cpp Merge the linux and windows forks of the HTKMLFReader fork into one. 2015-09-01 13:09:57 -07:00
HTKMLFReader.cpp Fixed a bug in an assertion in the HTKMLFReader pertaining checking for distributed minibatch reading support 2015-09-11 00:03:12 -07:00
HTKMLFReader.h Fixed a bug in an assertion in the HTKMLFReader pertaining checking for distributed minibatch reading support 2015-09-11 00:03:12 -07:00
HTKMLFReader.vcxproj Matrix.h now no longer pulls in the CPU/GPUMatrix headers (this required cleaning up a few incorrect header dependencies as well); 2015-09-06 17:17:07 +02:00
HTKMLFReader.vcxproj.filters Make reader to be a meta reader that can loads multiple readers 2015-06-02 17:45:26 -07:00
HTKMLFReader.vcxproj.vspscc First Release of CNTK 2014-08-29 16:21:42 -07:00
HTKMLFWriter.cpp Merge the linux and windows forks of the HTKMLFReader fork into one. 2015-09-01 13:09:57 -07:00
HTKMLFWriter.h Merge the linux and windows forks of the HTKMLFReader fork into one. 2015-09-01 13:09:57 -07:00
ReadMe.txt removed some unused Windows-specific code from basetypes.h; 2014-10-30 09:28:27 -07:00
basetypes.h Merge remote-tracking branch 'origin' into fseide/bs 2015-09-02 10:12:15 -07:00
biggrowablevectors.h Matrix.h now no longer pulls in the CPU/GPUMatrix headers (this required cleaning up a few incorrect header dependencies as well); 2015-09-06 17:17:07 +02:00
chunkevalsource.h Merge remote-tracking branch 'origin' into fseide/bs 2015-09-02 10:12:15 -07:00
dllmain.cpp more warnings fixed 2014-10-14 16:15:27 -07:00
fileutil.cpp Merge remote-tracking branch 'origin' into fseide/bs 2015-09-02 10:12:15 -07:00
fileutil.h Merge the linux and windows forks of the HTKMLFReader fork into one. 2015-09-01 13:09:57 -07:00
htkfeatio.h Merge remote-tracking branch 'origin' into fseide/bs 2015-09-02 10:12:15 -07:00
latticearchive.cpp Replace uses of the VC++ non-standard std::hash_map with C++ standard std::unordered_map type in the HTKMLFReader 2015-09-01 22:07:15 -07:00
latticearchive.h Cleanup warnings in Linux 2015-09-03 09:24:03 -07:00
latticestorage.h Merge the linux and windows forks of the HTKMLFReader fork into one. 2015-09-01 13:09:57 -07:00
minibatchiterator.h Merge the linux and windows forks of the HTKMLFReader fork into one. 2015-09-01 13:09:57 -07:00
minibatchsourcehelpers.h Merge the linux and windows forks of the HTKMLFReader fork into one. 2015-09-01 13:09:57 -07:00
msra_mgram.h Cleanup warnings in Linux 2015-09-03 09:24:03 -07:00
numahelpers.h Merge the linux and windows forks of the HTKMLFReader fork into one. 2015-09-01 13:09:57 -07:00
pplhelpers.h Merge the linux and windows forks of the HTKMLFReader fork into one. 2015-09-01 13:09:57 -07:00
readaheadsource.h Merge the linux and windows forks of the HTKMLFReader fork into one. 2015-09-01 13:09:57 -07:00
rollingwindowsource.h Cleanup warnings in Linux 2015-09-03 09:24:03 -07:00
simple_checked_arrays.h First Release of CNTK 2014-08-29 16:21:42 -07:00
simplesenonehmm.h Replace uses of the VC++ non-standard std::hash_map with C++ standard std::unordered_map type in the HTKMLFReader 2015-09-01 22:07:15 -07:00
simplethread.h Merge the linux and windows forks of the HTKMLFReader fork into one. 2015-09-01 13:09:57 -07:00
ssefloat4.h Merge the linux and windows forks of the HTKMLFReader fork into one. 2015-09-01 13:09:57 -07:00
ssematrix.h Merge branch 'master' into fseide/bs 2015-09-03 13:50:03 -07:00
stdafx.cpp First Release of CNTK 2014-08-29 16:21:42 -07:00
stdafx.h Merge the linux and windows forks of the HTKMLFReader fork into one. 2015-09-01 13:09:57 -07:00
targetver.h First Release of CNTK 2014-08-29 16:21:42 -07:00
utterancesource.h Replace uses of the VC++ non-standard std::hash_map with C++ standard std::unordered_map type in the HTKMLFReader 2015-09-01 22:07:15 -07:00
utterancesourcemulti.h Replace uses of the VC++ non-standard std::hash_map with C++ standard std::unordered_map type in the HTKMLFReader 2015-09-01 22:07:15 -07:00

ReadMe.txt

Этот файл содержит невидимые символы Юникода!

Этот файл содержит невидимые символы Юникода, которые могут быть отображены не так, как показано ниже. Если это намеренно, можете спокойно проигнорировать это предупреждение. Используйте кнопку Экранировать, чтобы показать скрытые символы.

This is the reader for HTK-formatted speech files.

Large parts of this code deviate from the coding style of the rest of CNTK and also include some unused code and complexity not really needed for CNTK.

The reason is that this code was ported from another, older tool. We hope to gradually clean this out.