项目作者: neuralnet-visualize

项目描述 :
Give architecture get the image
高级语言: Python
项目地址: git://github.com/neuralnet-visualize/neuralnet-visualize.git
创建时间: 2020-07-05T09:42:51Z
项目社区:https://github.com/neuralnet-visualize/neuralnet-visualize

开源协议:Apache License 2.0

下载


Neural Network Visualizer

PyPI version
PyPI downloads
License
Py version
Wheel
Code Size
Repo Size
Contributors
Commit Activity

What is NN_Visualize?

A module which creates a neural network image with the given architecture. It’s a handy tool to see how your network is built as compared to a model summary

Installation

For installation you can follow the instructions here

After the Development installation(linux), run the below command to install all the requirements

  1. $ sudo pip3 install -r requirements.txt

Examples

Some of the examples can be found here

The docstring style which I have followed is numpydoc

Network Visualization

A demo

Future Works

  • Add Convolutional layers, Maxpooling, Flatten layers
  • Directly convert from pytorch models
  • Add Sequence model layers
  • Directly from the pickle files
  • Specific colors for activation functions