ML Visualization
Overview
Neural-network visualization helpers powered by Netron.
API Reference
Neural network visualization helpers backed by Netron.
- drcutils.viz.ml.visualize_network(path, height=500, port=8000)[source]
Visualize a neural network with Netron.
- Parameters:
path – Filepath to the saved neural network.
height – Height of the iframe visualization in pixels.
port – Port on which the visualization is served.
- Returns:
None. Opens the visualization in an iframe (notebook) or browser (terminal).