Fixed a bug in utterance mode reading in HTKMLFReader that existed in the Linux fork and was propagted to the common reader with the merge of the readers
This commit is contained in:
Родитель
cf0d15a01b
Коммит
86faad3c3b
|
@ -1175,7 +1175,7 @@ namespace Microsoft { namespace MSR { namespace CNTK {
|
|||
if (actualmbsize[i] == m_mbSize)
|
||||
{
|
||||
m_sentenceBegin.SetValue(i, actualmbsize[i]-1, (ElemType)SEQUENCE_END);
|
||||
m_minibatchPackingFlag[actualmbsize[i]] = m_minibatchPackingFlag[actualmbsize[i]-1] | MinibatchPackingFlag::SequenceEnd;
|
||||
m_minibatchPackingFlag[actualmbsize[i] - 1] |= MinibatchPackingFlag::SequenceEnd;
|
||||
}
|
||||
startFr = m_switchFrame[i];
|
||||
endFr = m_mbSize;
|
||||
|
|
Загрузка…
Ссылка в новой задаче