hlamba28 / Automatic-Image-Captioning

Generating Captions for images using Deep Learning
https://towardsdatascience.com/image-captioning-with-keras-teaching-computers-to-describe-pictures-c88a46a311b8
120 stars 80 forks source link

randomization/shuffling in data generator #2

Closed tluth closed 5 years ago

tluth commented 5 years ago

Hi, I read your blog post, which I found really helpful for learning about the image captioning problem. But I was curious about the lack of randomization or shuffling of the data in the generator. Do you see this as a potential shortcoming, or is there a reason that it isn't necessary in this problem?

hlamba28 commented 5 years ago

Its not necessary, since there is no connection between the different data points.