MCPcopy Index your code
hub / github.com/OpenDriveLab/ReSim / create_func

Function create_func

SwissArmyTransformer/tests/test_multi_webds.py:14–15  ·  view source on GitHub ↗
(path, args)

Source from the content-addressed store, hash-verified

12 yield 0
13
14def create_func(path, args):
15 return MetaDistributedWebDataset(path, process_fn, seed=0, meta_names=['image_phash'])
16
17train_loader, val_loader, test_loader = make_loaders(args,create_dataset_function=create_func)
18

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected