Simplicity Machine Learning Model Graph Viewer#

Overview#

The Model Graph Viewer is part of the Simplicity Machine Learning suite of tools. It is based on Google's Model Explorer. It helps you to view the structure of a machine learning model.

The tool is only available in the GUI version of Simplicity Machine Learning tool.

Scope#

You can use this tool to view the machine learning models. The only prerequisite is knowledge of machine learning models and how to view them.

Viewing a Machine Learning Model#

You can launch the Model Graph Viewer using the following ways.

  • From Simplicity Studio v6:

    1. Open Simplicity Studio and navigate to the Tools tab on the left panel.

    2. Hover on Simplicity Machine Learning and click the Play icon that appears on the right side.

  • From the command line:

    slt launch sml

    Simplicity Machine Learning model is launched and displayed on the screen. It is recommended to keep the Simplicity Machine Learning window maximized for the best user experience.

Simplicity Machine Learning GUI Landing PageSimplicity Machine Learning GUI Landing Page

  1. Click the Browse button, navigate to the folder that contains the model file, and then select the .tflite model to profile.

  2. Optional. If your model is not available in the right format, you can convert PyTorch (.pt, .pth) and ONNX (.onnx) to .tflite models. The process is detailed in the Silicon Labs sml Converter page.

  3. Click View Model to view and analyze the model in detail.

    View Model Link on GUIView Model Link on GUI Model Graph ViewModel Graph View