This commit is contained in:
Rui Zhao (SPEECH) 2020-03-12 18:44:39 -07:00
Родитель 9aedbca287
Коммит 9c5362401b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1113,7 +1113,7 @@ 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