Hi, @JanGoLearn and @gotominhaz.
The most common problem I’ve seen is getting the indexes wrong when generating the last mini-batch:
- You have already processed
num_complete_minibatches
mini-batches of sizemini_batch_size
. What should the starting index be? - You want to read all the remaining examples. What should the stopping index be?
Let me know if that helped