CNTK/Source/Readers
Alexey Reznichenko 85c6aa8308 Add end-of-sweep notification
- Add sweepEnd flag to the MinibatchData, returned from the
    MinibatchSource.
  - Add overloads TrainMinibatch, TestMinibatch that take a
    Variable-MinibatchData map as their first parameter.
  - Add sweepEnd to the Learner::Update function.
  - Change the default epochSize to FullDataSweep in
    TrainingParameterSchedule ctors.
  - Allow minibatches to cross sweep boundaries: add a
    flag (a config option) to specify if minibatches are
    allowed to cross over the sweep boundaries (which
    eliminates partial minibatches at the sweep ends).
  - Update python API to pass MinibatchData as is into the
    train_minibatch (without replacing it with corresponding ValuePtrs)
  - Change the default epoch_size in parameter schedules to None,
    in which case the entire data sweep is used as the scheduling unit.
  - Add ReaderLib and python unit tests.
2017-01-19 13:11:05 +01:00
..
BinaryReader Windows: switch to Visual Studio 2015 2017-01-10 10:47:35 +01:00
CNTKBinaryReader Introducing training session object 2017-01-17 10:22:41 +01:00
CNTKTextFormatReader Windows: switch to Visual Studio 2015 2017-01-10 10:47:35 +01:00
CompositeDataReader Merge remote-tracking branch 'origin/master' into mahilleb/vs2015fi 2017-01-10 11:29:03 +01:00
DSSMReader Windows: switch to Visual Studio 2015 2017-01-10 10:47:35 +01:00
HTKDeserializers Merge remote-tracking branch 'origin/master' into mahilleb/vs2015fi 2017-01-10 11:29:03 +01:00
HTKMLFReader Windows: switch to Visual Studio 2015 2017-01-10 10:47:35 +01:00
ImageReader Fix AreaRatio transform. 2017-01-18 15:16:55 -08:00
Kaldi2Reader Removed "using namespace std" from basetypes.h 2016-11-10 14:52:40 -08:00
LMSequenceReader Windows: switch to Visual Studio 2015 2017-01-10 10:47:35 +01:00
LUSequenceReader Windows: switch to Visual Studio 2015 2017-01-10 10:47:35 +01:00
LibSVMBinaryReader Windows: switch to Visual Studio 2015 2017-01-10 10:47:35 +01:00
ReaderLib Add end-of-sweep notification 2017-01-19 13:11:05 +01:00
SparsePCReader Windows: switch to Visual Studio 2015 2017-01-10 10:47:35 +01:00
UCIFastReader Windows: switch to Visual Studio 2015 2017-01-10 10:47:35 +01:00
DataReader_v2.txt Removed a few unreferencep source files 2016-01-14 09:03:10 +01:00
KaldiReaderReadme remove acml references from Kaldi readme 2016-08-17 10:04:56 +02:00