yandex / faster-rnnlm

Faster Recurrent Neural Network Language Modeling Toolkit with Noise Contrastive Estimation and Hierarchical Softmax
Other
561 stars 138 forks source link

Different results on each execution. #25

Open joohongyoo opened 8 years ago

joohongyoo commented 8 years ago

Hey, I have two questions. I realized this tool makes different results whenever I executed it. The differences were not huge though. It seems because of using threads, is it correct? This is my first question.

And the other is that I am curious if there exists a way to fix it to make same results regardless using threads.

Thanks.