You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: