0%

AI Model Visualization By Netron - 2D Static

Beautiful Sakura 1 Beautiful Sakura 2 Beautiful Sakura 3
Beautiful Sakura 1 Beautiful Sakura 2 Beautiful Sakura 3
Beautiful Sakura 4 Beautiful Sakura 5 Beautiful Sakura 6
Beautiful Sakura 4 Beautiful Sakura 5 Beautiful Sakura 6
Beautiful Sakura 7 Beautiful Sakura 8 Beautiful Sakura 9
Beautiful Sakura 7 Beautiful Sakura 8 Beautiful Sakura 9

For simplicity, let's just pick up Python Server way to install Netron by pip install --user netron. After installation:

1
2
3
4
5
6
7
8
9
10
11
➜  ~ pip show netron
Name: netron
Version: 4.0.6
Summary: Viewer for neural network, deep learning and machine learning models
Home-page: https://github.com/lutzroeder/netron
Author: Lutz Roeder
Author-email: lutzroeder@users.noreply.github.com
License: MIT
Location: /home/longervision/.local/lib/python3.6/site-packages
Requires:
Required-by:

We then test out some popular models, including - a onnx Alexnet model: bvlcalexnet-9.onnx - a caffe model trained by BAIR: finetune_flickr_style.caffemodel - a Tensorflow model provided by Google Brain on Kaggle: Inception-v3

bvlcalexnet-9.onnx finetune_flickr_style.caffemodel
bvlcalexnet-9.onnx finetune_flickr_style.caffemodel

inception_v3.ckpt