Closed hexiaoning closed 5 years ago
hi, in matrix.h, line 93: assert(i < numCols()); should be: assert(i < numRows());
@hexiaoning Thanks! Corrected in https://github.com/facebookresearch/StarSpace/commit/c18fd28a2f5974caa412725a29b3a2b38cebff87
hi, in matrix.h, line 93: assert(i < numCols()); should be: assert(i < numRows());