Is there some sort of software that can do so? Specifically, I would like to visualize Resnet18. Is there no other way other than to just draw it myself? Here is an example of what I want to see:
Asked
Active
Viewed 2,057 times
-3
-
1Here is one option https://machinelearningmastery.com/visualize-deep-learning-neural-network-model-keras/ – PSKP Jul 01 '20 at 03:46
-
2Doesn't look like what you attached but `Tensorboard` looks like this https://i.stack.imgur.com/Zhc3g.png – Natthaphon Hongcharoen Jul 01 '20 at 04:11
1 Answers
1
You can use this one : http://alexlenail.me/NN-SVG/LeNet.html . It lets you visualize neural networks by letting you modify several parameters and finally lets you export the architectures as SVG files. You can also choose between 3 visualization styles, namely FCNN, LeNet & AlexNet.

user2125722
- 1,289
- 3
- 18
- 29