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?
Gensim FastText compute Training Loss
© 2022 - 2024 — McMap. All rights reserved.
get_latest_training_loss
method – Sall