model_registry
Description
Helper functions and model extensions to register model builders in a registry. The registry can be used for easier configuration of model choices: not the complete model has to be specified or stored for reproducibility, but only the registry key.
Register model builders using register_model_builder
, and apply a builder
by registry key using get_model
.
Some custom model definitions can be found in
custom_model_postproc
.
Sub-modules
Custom torch modules for specific torch models. |
|
Helper function to register standard models suitable for fuzzy logic experiments. |
|
Module to handle model registering. |