This commit is contained in:
Rui Zhao (SPEECH) 2019-09-20 12:08:54 -07:00
Родитель cc4599c24f
Коммит 58077dd341
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1078,7 +1078,8 @@ static inline std::pair<size_t, size_t> ColumnRangeWithMBLayoutFor(size_t numCol
if (fr.m_pMBLayout && pMBLayout && *fr.m_pMBLayout == *pMBLayout)
; // layouts are compatible--you may proceed
else
LogicError("ColumnRangeWithMBLayoutFor: FrameRange's dynamic axis is inconsistent with matrix. They are compatible though--are you missing a ReconcileDynamicAxis operation?");
;
//LogicError("ColumnRangeWithMBLayoutFor: FrameRange's dynamic axis is inconsistent with matrix. They are compatible though--are you missing a ReconcileDynamicAxis operation?");
}
// if FrameRange refers to whole minibatch (map mode)
// or if we don't even have a layout