clab / lstm-parser

Transition-based dependency parser based on stack LSTMs
Apache License 2.0
204 stars 63 forks source link

Automatically stop training based on score or number of iterations #3

Open danielhers opened 8 years ago

danielhers commented 8 years ago

Currently the training has to be terminated manually. There should be an option to make it stop once it reaches a certain dev score, or after a given number of iterations.