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

Using overfit_batches with multiple expected validation dataloaders can cause problems #2325

Closed
sebamenabar opened this issue Jun 23, 2020 · 2 comments · Fixed by #3857
Closed
Labels
feature Is an improvement or enhancement help wanted Open to be worked on won't fix This will not be worked on

Comments

@sebamenabar
Copy link

As the title says, my validation_epoch_end expects outputs from 2 dataloaders, but when using overfit_batches it only receives 1, this causes my code to crash.
The most simple solution I can think of is to include the number_of_validation_dataloaders in the validation_epoch_end method to handle more easily this situation.

@sebamenabar sebamenabar added feature Is an improvement or enhancement help wanted Open to be worked on labels Jun 23, 2020
@github-actions
Copy link
Contributor

Hi! thanks for your contribution!, great first issue!

@stale
Copy link

stale bot commented Aug 22, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the won't fix This will not be worked on label Aug 22, 2020
@stale stale bot closed this as completed Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Is an improvement or enhancement help wanted Open to be worked on won't fix This will not be worked on
Projects
None yet
1 participant