facebookresearch / StarSpace

Learning embeddings for classification, retrieval and ranking.
MIT License
3.94k stars 531 forks source link

matrix.h line 93 #253

Closed hexiaoning closed 5 years ago

hexiaoning commented 5 years ago

hi, in matrix.h, line 93: assert(i < numCols()); should be: assert(i < numRows());

ledw commented 5 years ago

@hexiaoning Thanks! Corrected in https://github.com/facebookresearch/StarSpace/commit/c18fd28a2f5974caa412725a29b3a2b38cebff87