gds package

Subpackages

Submodules

gds.download_datasets module

gds.download_datasets.main()[source]

Downloads the latest versions of all specified datasets, if they do not already exist.

gds.get_dataset module

gds.get_dataset.get_dataset(dataset, version=None, **dataset_kwargs)[source]

Returns the appropriate WILDS dataset class. Input:

dataset (str): Name of the dataset version (str): Dataset version number, e.g., ‘1.0’.

Defaults to the latest version.

dataset_kwargs: Other keyword arguments to pass to the dataset constructors.

Output:

The specified WILDSDataset class.

gds.version module

gds.version.check()[source]

Module contents