Explanation of batch

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 ?

DLS Course 2 will teach this in details. You may do that course, after completing DLS Course 1.

1 Like