You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
datasets (List[str] or str): A dataset name string or a List of dataset names to download or one of the following aliases: `all`, `classification`, `segmentation`.
40
37
make_splits (bool): Whether to generate data splits for the datasets. Defaults to False.
41
38
"""
39
+
from .data_splitsimportgenerate_splits
40
+
42
41
if"THUNDER_BASE_DATA_FOLDER"notinos.environ:
43
42
raiseEnvironmentError(
44
43
"Please set base data directory of thunder using `export THUNDER_BASE_DATA_FOLDER=/base/data/directory`"
0 commit comments