bab2min / chronogram

Diachronic Word Embedding Model based on Word2vec Skip-gram with Chebyshev approximation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong mutex in updating out-matrix

bab2min opened this issue · comments

lock_guard<mutex> lock(mtxOut[x % numWorkers]);

the hash should be calculated as hash, not x % numWorkers