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

Unable to download Tensorflow dataset in Sandbox machine #176

Open
pjt554 opened this issue May 25, 2021 · 0 comments
Open

Unable to download Tensorflow dataset in Sandbox machine #176

pjt554 opened this issue May 25, 2021 · 0 comments

Comments

@pjt554
Copy link

pjt554 commented May 25, 2021

Describe the bug
I used following codes to load the Mnist dataset
"
pip install tensorflow_datasets
import tensorflow_datasets as tfds
ds = tfds.load('mnist', data_dir ='/home/jovyan/tensorflow_datasets', split='train', shuffle_files=True)
"
It did not load the dataset but returned a error message

"Downloading and preparing dataset Unknown size (download: Unknown size, generated: Unknown size, total: Unknown size) to /home/jovyan/tensorflow_datasets/mnist/3.0.1..."

Please whitelist "tensorflow_datasets" so that the datasets can be downloaded to Sandbox directories.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

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

1 participant