MCPcopy
hub / github.com/THUDM/CogDL / download_datasets

Function download_datasets

scripts/download.py:7–13  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

5
6
7def download_datasets(args):
8 if not isinstance(args.dataset, list):
9 args.dataset = [args.dataset]
10
11 for name in args.dataset:
12 dataset = build_dataset_from_name(name)
13 print(dataset[0])
14
15
16if __name__ == "__main__":

Callers 1

download.pyFile · 0.85

Calls 1

build_dataset_from_nameFunction · 0.90

Tested by

no test coverage detected