C2_W2_Lab_2 - different batch size in flow_from_directory

Hi all,
I was wondering why there is a difference in batch sizes (train=128, validation=32) in the flow_from_directory step.
Thanks :slight_smile:

The main reason I could think of is because validation dataset is smaller than training dataset. So in order to loop at the same speed needs to smaller.

1 Like