load_model

Project.load_model(model_name: str) Model[source]

Load a model.

Parameters:

model_name (str) – The name of the model.

Returns:

The loaded model.

Return type:

Model

Raises:

ValueError – Raised if the model does not exist.