stanfordnlp / GloVe

Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
Apache License 2.0
6.86k stars 1.51k forks source link

Inconsistent results for same set of parameters in different iteration #112

Closed MuhammadZeeshan34 closed 4 years ago

MuhammadZeeshan34 commented 6 years ago

I have been trying to find out a way to set its seed level to reproduce the same results but unfortunately, it is producing different results in each iteration. Does anyone know how can I tune it to get the same results for the same set of parameters? Thanks

AngledLuffa commented 4 years ago

glove.c now has a -seed parameter which you can use. (Thanks to @mebrunet)