-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Can not load robotics dataset #5295
Comments
Hi @yepw, are you sure you use the latest version of TFDS? I could successfully start downloading the dataset with: $ git clone git@github.com:tensorflow/datasets.git
$ cd datasets
$ pip install -e .
$ python -c "import tensorflow_datasets as tfds; tfds = tfds.load('berkeley_autolab_ur5')"
Downloading and preparing dataset Unknown size (download: Unknown size, generated: 76.39 GiB, total: 76.39 GiB) to /usr/local/google/home/pierremarcenac/tensorflow_datasets/berkeley_autolab_ur5/0.1.0... |
Closing the PR, feel free to re-open if the problem persists. :) |
Thanks, @marcenacp I was following the steps, but still having the same problem. I started everything from a new and clean conda environment. This is strange, perhaps I am missing something. Other than Operating System: Ubuntu Entire error
|
After updating Tensorflow, the error was fixed, but I encountered another error: #5360 |
/!\ PLEASE INCLUDE THE FULL STACKTRACE AND CODE SNIPPET
Short description
Could not load robotics datasets such as
berkeley_autolab_ur5
Environment information
Operating System: Ubuntu
Python version: 3.8
tensorflow-datasets
/tfds-nightly
version: nightly 4.9.2.dev202308090034tensorflow
/tf-nightly
version: tensorflow 2.13.1Does the issue still exists with the last
tfds-nightly
package (pip install --upgrade tfds-nightly
) ? YesReproduction instructions
Expected behavior
It starts downloading the dataset.
Actual behavior
The text was updated successfully, but these errors were encountered: