adapt icon indicating copy to clipboard operation
adapt copied to clipboard

Last batch in deep methods

Open antoinedemathelin opened this issue 3 years ago • 0 comments

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...)

antoinedemathelin avatar Apr 14 '22 07:04 antoinedemathelin