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
Last batch should be of same length than others.
We should use .repeat and then .take to get same length dataset with same size of batch for all batches.
Additionaly, we may add .batch on validation dataset and a condition if .batch is already done.
Finaly we should look at the time needed to resize dataset coming from generator (as they have no length we should enumerate all the dataset to get the length...)
The text was updated successfully, but these errors were encountered:
Last batch should be of same length than others.
We should use
.repeat
and then.take
to get same length dataset with same size of batch for all batches.Additionaly, we may add
.batch
on validation dataset and a condition if.batch
is already done.Finaly we should look at the time needed to resize dataset coming from generator (as they have no length we should enumerate all the dataset to get the length...)
The text was updated successfully, but these errors were encountered: