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

Feature/sg 000 add datasetadapter features #187

Merged
merged 24 commits into from
Sep 26, 2023

Conversation

Louis-Dupont
Copy link
Contributor

@Louis-Dupont Louis-Dupont commented Sep 14, 2023

Motivation

Basically, we currently have an Adapter class that handles both the transformation and the iteration.
The issue is that we sometimes need to use the adapter transformation logic WITHOUT having a full dataset.
For instance if, you want to transform on the fly a batch.

The solution is to make a clear distinction between the transformations and the iteration.

All the other changes are consequences of this change.

@Louis-Dupont Louis-Dupont marked this pull request as ready for review September 20, 2023 12:28
@Louis-Dupont Louis-Dupont merged commit 89f8bde into master Sep 26, 2023
@Louis-Dupont Louis-Dupont deleted the feature/SG-000-add_datasetadapter_features branch September 26, 2023 11:20
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

Successfully merging this pull request may close these issues.

1 participant