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

Track individual tensors in containers (datasets, tuples, etc) #164

Open
khatchad opened this issue Mar 11, 2024 · 2 comments
Open

Track individual tensors in containers (datasets, tuples, etc) #164

khatchad opened this issue Mar 11, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@khatchad
Copy link
Collaborator

Currently, we track that datasets have tensors, but we don't track the tensors used to make the datasets. For example, the from_tensors() static method creates a dataset containing a single element corresponding to the passed argument. However, we don't encode this information in the dataset "created" in the analysis.

@khatchad khatchad added the enhancement New feature or request label Mar 11, 2024
@khatchad
Copy link
Collaborator Author

In other words, it's a dataset of which tensors?

@khatchad khatchad changed the title Track individual tensors in datasets Track individual tensors in containers (datasets, tuples, etc) Mar 29, 2024
@khatchad
Copy link
Collaborator Author

This may be blocked on #42, as we won't be able to test this unless we can distinguish between the tensors using their shapes.

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

No branches or pull requests

1 participant