Expand description
Model architecture visualization utilities Model architecture visualization utilities
This module provides utilities for visualizing the architecture of neural network models.
Structs§
- Model
VizOptions - Options for model architecture visualization
Functions§
- sequential_
model_ dataflow - Creates an ASCII representation of the data flow through a sequential model This visualization shows how data flows through the network layers, including transformations in shape and any connections between layers.
- sequential_
model_ summary - Create an ASCII text representation of a sequential model architecture