Skip to content
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

Maxent training hangs GUI #17

Open
akoehn opened this issue Mar 2, 2016 · 0 comments
Open

Maxent training hangs GUI #17

akoehn opened this issue Mar 2, 2016 · 0 comments
Labels
bug Something isn't working major

Comments

@akoehn
Copy link
Owner

akoehn commented Mar 2, 2016

Original report by Alexander Koller (Bitbucket: akoller, GitHub: akoller).


When training a maxent IRTG from the GUI, the GUI can become unresponsive after training is completed. I have seen this happen when training a Geoquery grammar (340 rules, with a RuleNameFeature for each rule) on a Geoquery training corpus (500 instances).

Furthermore, the progress bar that shows during training only updates occasionally, not fluidly.

I suspect this is because the Swing EDT receives a lot of events during training that the invokeLater in withProgressListener never executes.

@akoehn akoehn added major bug Something isn't working labels Mar 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working major
Projects
None yet
Development

No branches or pull requests

1 participant