Gensim FastText compute Training Loss
Asked Answered
P

0

8

I am training a fastText model using gensim.models.fasttext. However, I can't seem to find a method to compute the loss of the iteration for logging purposes. If I look at gensim.models.word2vec, it has the get_latest_training_loss method which allows you to print the training loss. Are there any alternatives or it is simply impossible?

Prefatory answered 1/6, 2018 at 12:13 Comment(5)
did you find the solution for the problem..?Finally
@Finally in the end, I just trained the model using API provided by Facebook fasttext.ccPrefatory
Seems like gensim 4.0.0 is going to add the get_latest_training_loss methodSall
You could follow this link. I think they will update soon. github.com/RaRe-Technologies/gensim/issues/2617Scirrhus
Does this answer your question? gensim word2vec print log lossLithea

© 2022 - 2024 — McMap. All rights reserved.