load_model

load_model(model_id, model_args=None)[source]

Load specified model.

Parameters:
  • model_id (str) – ID of the model.

  • model_args (Optional[Dict]) – Parameter dictionary to instantiate the model.

Return type:

ModelMixin

Returns:

Instantiated model.