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

[BUG] #44

Closed shahidzk1 closed 12 months ago

shahidzk1 commented 12 months ago

Describe the bug I have a 1D convolutional model and the visualizer cannot plot it. I have already used the suggestions of a previous issue link

Environment (please complete the following information):