Addressing CR
This commit is contained in:
Родитель
6aefd3bacf
Коммит
5d9970862c
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче