class documentation

class ModelConfig(etal.ModelConfig): (source)

Known subclasses: fiftyone.utils.eta.ETAModelConfig

View In Hierarchy

Base configuration class that encapsulates the name of a Model and an instance of its associated Config class.

Parameters
typethe fully-qualified class name of the Model subclass
configan instance of the Config class associated with the model