Here train_generator has a total of 4202 images but steps per epochs in the fit function we gave is 7.
why is it so?
isn’t it should be approx 4202/32?
About steps per epochs
hey @anuj_singla8 ,
I guess the whole data is of total 202 images , hence with that , the logic of keeping 7 steps_per_epoch is correct.