a-PyTorch-Tutorial-to-Image-Captioning
a-PyTorch-Tutorial-to-Image-Captioning copied to clipboard
Pytorch Dataloader (dataset.py)
Is there a way to load the image and caption when caption per image for each image is different i.e for some it is 5 for some 6 and so on. Really can't get my mind on how to get the same image till the number of captions are finished. If it is constant as the author has done then ie CPI=5 then it is easy I am wondering for when CPI is variable.