MCPcopy Create free account
hub / github.com/OpenDriveLab/ReSim / create_func

Function create_func

SwissArmyTransformer/tests/test_remote_data.py:31–32  ·  view source on GitHub ↗
(path, args)

Source from the content-addressed store, hash-verified

29 yield x
30
31def create_func(path, args):
32 return SimpleDistributedWebDataset(path, process_fn, seed=0)
33
34train_loader, val_loader, test_loader = make_loaders(args, create_dataset_function=create_func)
35

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected