How to Quickly Use Netron Model Visualizer on Linux (Nanny Level Tutorial)

Netron

What is Netron?

An artifact for visualizing model structure, Netron currently supports the visualization of model structure of various mainstream frameworks.

Netron supports tf, caffe, keras, mxnet, pytorch and other frameworks

Download Netron (Linux version)

GitHub link: https://github.com/lutzroeder/netron

Download the corresponding Linux version, the suffix is ​​.AppImage file

How to use AppImage files

  • Download the AppImage file

    The download save path is/data/

  • Give executable permissions
    , ordinary users can execute (no root permissions are required)

  • Double click or execute from command line

Install

  • No installation required, just execute
  • No root privileges required, no need to modify system files
  • Portability: Can be performed on location
  • Easy to uninstall, just delete the AppImage file

run

chmod a+x Netron-5.5.3.AppImage
./Netron-5.5.3.AppImage

The operation is as follows

1. Click Open Model…
insert image description here

2. Select the file to be visualized, and click open insert image description here
3. You can see the network structure of the selected file
insert image description here

Guess you like

Origin blog.csdn.net/qq_44824148/article/details/122572859