You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dataset class selects data randomly rather than sequentially.
So, I'm curious about the role of steps_per_epoch and epochs: if steps_per_epoch * epochs is the same, will the results be the same? (e.g., 10 * 20 vs 20 * 10)
The text was updated successfully, but these errors were encountered:
The dataset class selects data randomly rather than sequentially.
So, I'm curious about the role of
steps_per_epoch
andepochs
: ifsteps_per_epoch * epochs
is the same, will the results be the same? (e.g., 10 * 20 vs 20 * 10)The text was updated successfully, but these errors were encountered: