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
[BUG] The visualized model is not really correct. #39
Describe the bug
TypeError: 'int' object is not iterable
. https://github.com/paulgavrikov/visualkeras/issues/15#issuecomment-956065285 solved the issue, but you might want to update the pip files after two years.Minimal Code To Reproduce
Image
Environment