Hi,
-
How do I decide on the Batch_size field in the Training vs Validation ImageDataGenerator?
-
Also, in what cases should we define steps_per_epoch? If we do not define this, how does the training gets impacted? Also, how to calculate this steps_per_epoch?
-
If I have selected batch_size=32 for a training generator and batch_size = 10 for validation generator. The steps per epoch for the training and validation generator will be different based on the total samples in training and validation sets. How is it handled during the training?