maciejkula/glove-python

Get loss of word vector fitting

ivsanro1 opened this issue · 1 comments

Hello.

I would like to see the loss of the vector optimization procedure to see if my glove model has relatively converged (and add a tolerance to make an early stopping). All I would need is the loss from the call to the cython module/function fit_vectors. I guess you would need to modify the C code of glove and somehow return the loss. Is there any easy way to achieve this?

Thanks in advance

i have the same problem