ML icon indicating copy to clipboard operation
ML copied to clipboard

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

Open khatchad opened this issue 1 year ago • 2 comments

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 avatar Mar 11 '24 18:03 khatchad

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

khatchad avatar Mar 11 '24 18:03 khatchad

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.

khatchad avatar Mar 29 '24 17:03 khatchad