tmikolov / word2vec

Automatically exported from code.google.com/p/word2vec
Apache License 2.0
1.52k stars 543 forks source link

Prevent last thread from exiting early on multiple iterations #39

Open pamelashapiro opened 7 years ago

pamelashapiro commented 7 years ago

The thread handling the last part of the file wasn't resetting eof to 0 before the second iteration, so it skipped the computations for the remaining iterations.