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
564 stars 67 forks source link

Labeling Layers #63

Closed Soontosh closed 2 months ago

Soontosh commented 2 months ago

We added functionality to have text underneath or above layers. This text is highly customizable and can be adjusted to the user's liking to represent anything via a callable.