Content
Register a model builder to later be callable via get_model. The builder function must accept all entries of an experiment config dictionary and return a torch model.
get_model
model_key (str) –
model_getter (Callable[[Dict[str, Any]], Module]) –