Right now in the event_handler, even accuracy reaches a certain threshold, or loss drops under a threshold, the training process still keeps running. Is there a way to let the user terminate training process earlier?
https://github.com/PaddlePaddle/Paddle/blob/develop/python/paddle/fluid/tests/book/high-level-api/fit_a_line/test_fit_a_line.py#L72-L75