Network Visualization
# MXNet.mx.to_graphviz — Method.
to_graphviz(network)
- 
network::SymbolicNode: the network to visualize.
- 
title::AbstractString:keyword argument, default "Network Visualization", the title of the GraphViz graph.
- 
input_shapes: keyword argument, defaultnothing. If provided, will run shape inference and plot with the shape information. Should be either a dictionary of name-shape mapping or an array of shapes.
Returns the graph description in GraphViz dot language.
source