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

[BUG] #17

Closed EmanRaslan88 closed 2 years ago

EmanRaslan88 commented 2 years ago

I tried to visualize 1D CNN model but not works

           TypeError: 'int' object is not iterable

image

paulgavrikov commented 2 years ago

This is a duplicate of #15. Please check the solution there.