Question about "eval_every_steps" #1333
Answered
by
zphang
eleftheriad
asked this question in
Q&A
-
Hi, quick question Does "eval_every_steps" dictate when the model updates its weights or is it only for the early stopping? |
Beta Was this translation helpful? Give feedback.
Answered by
zphang
Aug 24, 2021
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
eleftheriad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
eval_every_steps
is for both early stopping as well as recording of metrics. It should be unrelated to when the model updates its weights.