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

feat(LearnerTorch): tensor_dataset parameter #312

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sebffischer
Copy link
Member

@sebffischer sebffischer commented Dec 5, 2024

Solves #131

Open Questions:

  • Do we want special handling of lazy_tensors (data augmentation). This would require annotating the preprocessing operators with whether they are stochastic or not. If a lazy_tensor is stochastic, we should not allow using the tensor_dataset parameter

    Answer: I think it is better to implement something like po("materialize_lazy_tensor"), which takes in a Task with one or more lazy tensors and converts them internally to a tensor_dataset, which will make the dataloading efficient.

TODOs:

  • allow to select which ingress operators to convert into a tensor_dataset

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