This commit is contained in:
Eldar Akchurin 2016-06-17 16:30:09 +02:00
Родитель 6aefd3bacf
Коммит 5d9970862c
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -554,7 +554,7 @@ class minibatchframesourcemulti : public minibatchsource
std::vector<char> boundaryflags; // [t] -1 for first and +1 for last frame, 0 else (for augmentneighbors())
std::vector<std::vector<CLASSIDTYPE>> classids; // [t] the state that the frame belongs to
size_t numframes; // total frames (==frames.size()==boundaryflags.size()==classids.size()) unless special modes vdim == 0 and/or no labels
Microsoft::MSR::CNTK::RandomOrdering m_randomOrdering; // [t] -> t'
Microsoft::MSR::CNTK::RandomOrdering m_randomOrdering; // [t] -> t'
double timegetbatch;
int verbosity;

Просмотреть файл

@ -267,7 +267,7 @@ class minibatchframesourcemulti : public minibatchsource
std::vector<char> boundaryflags; // [t] -1 for first and +1 for last frame, 0 else (for augmentneighbors())
std::vector<std::vector<CLASSIDTYPE>> classids; // [t] the state that the frame belongs to
size_t numframes; // total frames (==frames.size()==boundaryflags.size()==classids.size()) unless special modes vdim == 0 and/or no labels
Microsoft::MSR::CNTK::RandomOrdering m_randomOrdering; // [t] -> t';
Microsoft::MSR::CNTK::RandomOrdering m_randomOrdering; // [t] -> t';
double timegetbatch;
int verbosity;