Contents

Visualizing and Saving your Deep Learning Networks with .prototxt

Contents

In order to understand a Deep Learning Network’s architecture it’s better to visualize it. Probably you are a TensorFlow user and you have Tensorboard to visualize your trainning process, haven’t use it much but I probably will do once I set it up for PyTorch. But just check out Nvidia Digit’s beauty when visualizing inferences:

/img/2018-08-02/digitsBeauty.png

Anyways, for networks themselves I loved Nvidia’s Digits due to the visualizations in inference and specially in the network (As seen in the header in the left part) and was looking into similar tools for other environments that are not Digit’s attached. I found Netscope. You can see an example of an FCN16s network taken from this gist .prototxt being drawn here (See that it’s the picture of the header in the right).

And if you want to download that SVG locally to use in your presentantions or else check SVG Crowbar, add it to your markers and download the image as you see it down below:

/img/2018-08-02/fcn16.svg

That is all! Haven’t been active for a while but I’ll make a comeback anytime soon hehe.