Datasets:

Modalities:
Image
Languages:
English
ArXiv:
Libraries:
Datasets
License:

Possible to load only a subset of the dataset?

#11
by wing-kit - opened

the whole dataset is little bit large for free gpu notebook e.g. colab / sagemaker.
is it possible to load only a subset of the dataset?

Try the below code.

ds = load_dataset("sayakpaul/nyu_depth_v2", split='validation')

Sign up or log in to comment