(dataset_name)
| 34 | |
| 35 | |
| 36 | def get_option_setter(dataset_name): |
| 37 | dataset_class = find_dataset_using_name(dataset_name) |
| 38 | return dataset_class.modify_commandline_options |
| 39 | |
| 40 | |
| 41 | def create_dataloader(opt): |
nothing calls this directly
no test coverage detected