ModelLoadType (Model Loading Mode Enumerations)

Table 1 Model loading modes

Parameter

Description

base.load_model_from_file

Loads an offline model from a file. The memory is managed by the system.

base.load_model_from_mem

Loads offline model data from memory. The memory is managed by the system.

base.load_model_from_file_with_mem

Loads an offline model from a file. The model workspace is managed by the user.

base.load_model_from_mem_with_mem

Loads an offline model from memory. The model workspace is managed by the user.