could you explain the steps_per_epoch ?
What is the diff b/w batch and epoch?
Hey @debjanihome, batch means number of training examples passed at a time for forward propagation, and than updating weights using the loss on that batch_size.
Epoch mean number of iterations.
Hope this resolved your doubt.
Plz mark the doubt as resolved in my doubts section.