-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log perplexity during LDA model fitting. #1546
Comments
This is being worked on in #1399. It would be merged within this week but if urgent, you can clone my gensim fork here and checkout to |
Thank you! Happy to see this being worked on. Not urgent for me. I have
hacked a temporary solution for me and will update when you are done.
…On Wed, Aug 23, 2017 at 7:20 PM, Parul Sethi ***@***.***> wrote:
This is being worked on in #1399
<#1399>. It would be
merged within this week but if urgent, you can clone my gensim fork here
<https://github.com/parulsethi/gensim> and checkout to tensorboard_logs
branch for this functionality. This
<https://github.com/parulsethi/gensim/blob/tensorboard_logs/docs/notebooks/Training_visualizations.ipynb>
is a tutorial notebook with instructions to use the API. As it's a new
feature, let us know if you have any additional suggestions too.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1546 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAG6n5LM9NrbAeGCs--z_uS8eYm5i7W7ks5sbN3WgaJpZM4O_ie_>
.
--
Nate
|
Implemented in #1399 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a feature request. I would like to find out if my model fit is converging on a hold out set. Currently eval_every operates on the latest mini-batch. A parameter ( perhaps called eval_corpus ) should be available to evaluate convergence on a hold-out set.
The text was updated successfully, but these errors were encountered: