Visualkeras is a Python package to help visualize Keras (either standalone or included in TensorFlow) neural network architectures. It allows easy styling to fit most needs. This module supports layered style architecture generation which is great for CNNs (Convolutional Neural Networks), and a graph style architecture, which works great for most models including plain feed-forward networks.
MIT License
582
stars
67
forks
source link
Applied fix to issue #75 - Will apply a cleaner fix later on. #76
Added offset of two characters to the text_width. This is a messy fix, I will figure out the root issue and apply an appropriate fix soon.