Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

val_dataloader problem #3

Open
AceSix opened this issue Jun 12, 2019 · 2 comments
Open

val_dataloader problem #3

AceSix opened this issue Jun 12, 2019 · 2 comments

Comments

@AceSix
Copy link

AceSix commented Jun 12, 2019

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

@parksunwoo
Copy link
Owner

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

@dreamyuchen
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants