show_attend_and_tell_pytorch icon indicating copy to clipboard operation
show_attend_and_tell_pytorch copied to clipboard

val_dataloader problem

Open AceSix opened this issue 5 years ago • 2 comments

how can train loader return 3 items and val loader return 4 items while they use the same function?

AceSix avatar Jun 12 '19 05:06 AceSix

You are right. dataloader will return (images, captions, lengths) for every iteration.. I think I'll need to fix it. Thanks

parksunwoo avatar Jun 16 '19 08:06 parksunwoo

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.

dreamyuchen avatar Sep 30 '20 04:09 dreamyuchen