Exercise 2 Part 2 - Expected Training Times #104
-
Hi there, Before I push the button on making a long run, can I confirm if I'm on the right track time-wise or if I have missed something? Is there a rough indication of how many epochs one should expect to reach an optimal solution and how long each epoch should take? Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Ben, 1 hour for one epoch sounds about right, if you included early stopping based on the validation set and you are using the recommended hyperparameters, the training should resume after 1/2 epochs. Best, |
Beta Was this translation helpful? Give feedback.
Hi Ben,
1 hour for one epoch sounds about right, if you included early stopping based on the validation set and you are using the recommended hyperparameters, the training should resume after 1/2 epochs.
Best,
Sophia