Welcome to our Support Center

Load

Description

Loads a model from a binary file.

Input parameters

 

file_path : path, binary file path.
weight_mode : enum

    • LOAD
    • RANDOM

 

Output parameters

 

Model out : model architecture.
models_out : array

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

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.

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

Table of Contents