This PR changes our InferenceModel such that we can directly add categories from the config to the inference model by passing the config_categories attribute to our inference model.
The inference categories can be further customized by overwriting the cat_name and config_variable methods using the config category instance.
This PR changes our InferenceModel such that we can directly add categories from the config to the inference model by passing the
config_categories
attribute to our inference model.The inference categories can be further customized by overwriting the
cat_name
andconfig_variable
methods using the config category instance.