MCPcopy Create free account
hub / github.com/NVlabs/SPADE / get_option_setter

Function get_option_setter

data/__init__.py:36–38  ·  view source on GitHub ↗
(dataset_name)

Source from the content-addressed store, hash-verified

34
35
36def get_option_setter(dataset_name):
37 dataset_class = find_dataset_using_name(dataset_name)
38 return dataset_class.modify_commandline_options
39
40
41def create_dataloader(opt):

Callers

nothing calls this directly

Calls 1

find_dataset_using_nameFunction · 0.85

Tested by

no test coverage detected