how to increase the number of epochs? #741
Answered
by
Grownz
kanoyo-git
asked this question in
Q&A
-
I train a model with kaggle (but on colab as well), but trains with a limit of 10000 epochs, is there a parameter (via !) that increases the limit of epochs or what is the way to increase the number of epochs? |
Beta Was this translation helpful? Give feedback.
Answered by
Grownz
Jun 12, 2023
Replies: 1 comment
-
Not as a parameter, but in the config file of your training data you can edit all sorts of things (including the count of epochs): |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
34j
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not as a parameter, but in the config file of your training data you can edit all sorts of things (including the count of epochs):