dgs.models.loader

Load and register modules.

Module Functions

get_data_loader(config, path)

Set up a torch data loader with some params from config.

module_loader(config, module_type, key, *_, ...)

Load a given module and pass down the configuration

register_module(name, new_module, module_type)

Register a new module.