NER model training: relation between E
and #
#8394
Answered
by
polm
DavidGerva
asked this question in
Help: Other Questions
-
Beta Was this translation helpful? Give feedback.
Answered by
polm
Jun 15, 2021
Replies: 1 comment 1 reply
-
Basically # is iterations/steps and E is epochs.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
svlandeg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please see #7731 and #7465.
Basically # is iterations/steps and E is epochs.
max_steps
is an absolute limit, but if you gopatience
steps without improvement training will terminate.