Welcome to our Support Center

Export File

Description

Export the trained model to the user file path.

Input parameters

 

 Training in object, training session.
File Path : path, destination path for the .onnx file to be written.
export : enum, specifying how to export the trained model.

    • Without Train Info : exports the model without any training-related data; suitable for inference-only deployment.
    • With Train Info : exports the model along with all training-related information, including optimizer state, training/frozen weights, momentum buffers, regularizers, stop-gradient flags, loss nodes, and other metadata required for resuming or continuing training.

 

Output parameters

 

 Training out object, training session.

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 Deep Learning library to run it).

Table of Contents