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

Mix 3D and 2D plot #45

Closed cosminmarina closed 4 months ago

cosminmarina commented 1 year ago

Implemented the solution mentioned in the issue #40

github-actions[bot] commented 10 months ago

Stale pull request message

Soontosh commented 4 months ago

I'll review the code and merge if it looks good

Soontosh commented 4 months ago

Code works great, will apply some changes to the documentation you added for better readability. Thank you for your contribution!