glove-python
glove-python copied to clipboard
Get loss of word vector fitting
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