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

Last batch in deep methods #48

Open
antoinedemathelin opened this issue Apr 14, 2022 · 0 comments
Open

Last batch in deep methods #48

antoinedemathelin opened this issue Apr 14, 2022 · 0 comments

Comments

@antoinedemathelin
Copy link
Collaborator

Last batch should be of same length than others.
We should use .repeat and then .take to get same length dataset with same size of batch for all batches.

Additionaly, we may add .batch on validation dataset and a condition if .batch is already done.

Finaly we should look at the time needed to resize dataset coming from generator (as they have no length we should enumerate all the dataset to get the length...)

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

1 participant