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 tensors emanating from tf.data.Dataset.enumerate() #165

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

Track tensors emanating from tf.data.Dataset.enumerate() #165

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

Comments

@khatchad
Copy link
Collaborator

Since #132, we can enumerate() over datasets and track the tensors. However, the TF Data API has a method tf.data.Dataset.enumerate() that does is similar to Python's enumerate(). But, we don't track tensors coming out of that API yet.

Related to #164.

@khatchad khatchad added the enhancement New feature or request label Mar 11, 2024
@khatchad khatchad changed the title Track tensors emanating from tf.data.Dataset.enumerate() Track tensors emanating from tf.data.Dataset.enumerate() and tf.data.Dataset.zip() Mar 11, 2024
@khatchad
Copy link
Collaborator Author

zip() looks very similar.

@khatchad khatchad changed the title Track tensors emanating from tf.data.Dataset.enumerate() and tf.data.Dataset.zip() Track tensors emanating from tf.data.Dataset.enumerate() Mar 11, 2024
@khatchad
Copy link
Collaborator Author

khatchad commented Mar 12, 2024

Seems to work when using Jython 3.

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