stanfordnlp/GloVe

Different answer each time?

kwalcock opened this issue · 2 comments

Please excuse the naïve question, but should glove.c be creating a different collection of vectors on two runs with the same input even if the random seed also stays the same? It will do this if the thread count is not 1. If that's expected behavior, I'm going to have to wait out that single thread in order to get a repeatable result and I'm impatient. Thanks for any insight anyone can provide.

That is explained so eloquently that it makes up for the disappointment. Thanks for confirming. I'll just have to wait out the single thread.