miqbal23 opened this issue 6 years ago · 0 comments
I have question regarding sampling image in batches for both training/testing
Is it better for it to be randomly sampled or just simple slicing (eg. dataset[:batch_size-1])?
dataset[:batch_size-1]