paulgavrikov / visualkeras

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
586 stars 69 forks source link

Fix to issue 79 + adjacent bugs #80

Closed Soontosh closed 2 days ago

Soontosh commented 2 days ago

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