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.
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):