• इस पेज पर, यह जानकारी उपलब्ध है
  • Arguments
  • Returns

tf.keras.utils.plot_model

  • इस पेज पर, यह जानकारी उपलब्ध है
  • Arguments
  • Returns

Converts a Keras model to dot format and save to a file.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.utils.plot_model

model A Keras model instance
to_file File name of the plot image.
show_shapes whether to display shape information.
show_layer_names whether to display layer names.
rankdir rankdir argument passed to PyDot, a string specifying the format of the plot: 'TB' creates a vertical plot; 'LR' creates a horizontal plot.
expand_nested Whether to expand nested models into clusters.
dpi Dots per inch.

A Jupyter notebook Image object if Jupyter is installed. This enables in-line display of the model plots in notebooks.