aboutsummaryrefslogtreecommitdiff
path: root/misc/netron/pkg-message
blob: f9adb30f889d381b882c647756bebf6c52afc37c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
{ type: install
  message: <<EOM
You installed Netron: a neural network visualizer.

Netron displays graphical user interface through a web browser. It is
recommended that it is run through the electron (devel/electron6) browser
to be a standalone app.

In order to do this you can run it with this command line:
$ BROWSER=electron netron -b {model-file}

EOM
}
]