Skip to content

How are the number of steps per epoch calculated? #90

Answered by caillonantoine
jreus asked this question in Q&A
Discussion options

You must be logged in to vote

1 epoch = the model has "seen" the entirety of the dataset once
there are dataset_length / batch_size steps per epoch. One must take into consideration the split between validation and training sets to get the exact numbers.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@lang216
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by caillonantoine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants