![]() |
Draws the model graph.
tfl.visualization.draw_model_graph(
model_graph,
calibrator_dpi=30,
calibrator_figsize=None,
image_format='png'
)
Used in the notebooks
Used in the tutorials |
---|
This function requires IPython and graphviz packages.
model_graph = estimators.get_model_graph(saved_model_path)
visualization.draw_model_graph(model_graph)