Skip to content

Unable to download Tensorflow dataset in Sandbox machine #176

@pjt554

Description

@pjt554

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions