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

Legend dimensions #61

Closed Soontosh closed 4 months ago

Soontosh commented 4 months ago

Added functionality to display dimensional information as part of the legend. Refer to the README.md file for documentation and 'figures/vgg16_legend_show_dimension.png' for a visual example.