Why does batch() return only one batch?
I’m beginner in image processing. I have two binary classes as subdirectory which total of 496 images and I have an issue with the last batch that has remainder of 13 images. So, instead of tf.dataset tensor (32, 300, 300, 3), there’s (16, 300, 300, 3) in the last batch. Actually, I noticed:
Why does batch() return only one batch?
I’m beginner in image processing. I have two binary classes as subdirectory which total of 496 images and I have an issue with the last batch that has remainder of 13 images. So, instead of tf.dataset tensor (32, 300, 300, 3), there’s (16, 300, 300, 3) in the last batch. Actually, I noticed: