I\'m training a neural network using the method fit() of Tensorflow 2.0. I would like to shuffle and then divide in batches my training set at each epoch.
I have seen