Welcome to our Support Center

Load

Description

Loads a model from a binary file.

Input parameters

 

file path (use dialog) : path, binary file path.

 

Output parameters

 

Model out : model architecture.
models_out : array

model : model architecture.
last_layer_name : string, name of the last layer.

Example

All these exemples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install HAIBAL library to run it).

Using the “Load” function

1 – Load Model

Loading a model saved in a binary file.

2 – Get Function

We use the “Get All Index/Name” function to get the names of all layers in the model.

Table of Contents