Need help defining early stopping behavior #7450
-
Love using Spacy 3.0 because it seems much cleaner but I need a little help interpreting the output. E would be epochs but what does # refer to?
And given those, how does Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Good question! The |
Beta Was this translation helpful? Give feedback.
-
Can someone help out on the below query: |
Beta Was this translation helpful? Give feedback.
Good question! The
#
column is the number of optimization steps (= batches processed), andpatience
is the number of steps to go without improvement before stopping.