load_model

ProjectIoInterface.load_model(file_name: str) Model[source]

Create a Model instance from the specs defined in a file.

NOT IMPLEMENTED

Parameters:

file_name (str) – File containing the model specs.

Returns:

Model instance created from the file.

Return type:

Model