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

AttributeError: 'Dataset' object has no attribute 'compute' #35

Closed
GevorgAghekyan opened this issue Sep 2, 2020 · 2 comments
Closed

Comments

@GevorgAghekyan
Copy link

No_Compute_Attribute

@davidbuniat
Copy link
Member

If you want to take a look at a tensor, you would need to specify the key including the index

ds["input"].compute()
ds["input"][0].compute()

Otherwise, you should be able to directly store the dataset

ds.store("/path/to/dataset")

@GevorgAghekyan
Copy link
Author

Thanks!!!

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

No branches or pull requests

2 participants