show_attend_and_tell_pytorch
show_attend_and_tell_pytorch copied to clipboard
val_dataloader problem
how can train loader return 3 items and val loader return 4 items while they use the same function?
You are right. dataloader will return (images, captions, lengths) for every iteration.. I think I'll need to fix it. Thanks
You are right. dataloader will return (images, captions, lengths) for every iteration.. I think I'll need to fix it. Thanks
Have you fixed this problem? How should the code be modified?look forward to your reply.