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.
Fix to issue 79 + bugs that popped up once that issue was fixed:
1) Support for graph_view with Keras versions 3 and up by adding an alternative way to get input layers
2) Support for graph_view with Keras versions 2.13 and up by addressing the issue of the src folder added to the installations starting at 2.13
Fix to issue 79 + bugs that popped up once that issue was fixed: 1) Support for
graph_view
with Keras versions 3 and up by adding an alternative way to get input layers 2) Support forgraph_view
with Keras versions 2.13 and up by addressing the issue of the src folder added to the installations starting at 2.13