I tried to use own dataset of images on example from course 1 and found that I have not enough memory. I tried to find how to fix this and found that I should use batches, but for me it’s a bit unclear how to correctly change the code to apply this approach.
Could somebody explain common steps of how to apply batches instead of full set of training examples ?