“ImportError: cannot import name ‘plot_model‘ from ‘keras.utils‘

from keras.utils.vis_utils import plot_model
tf.keras.utils.plot_model(
model, to_file='model.png', show_shapes=False, show_dtype=False,
show_layer_names=True, rankdir='TB', expand_nested=False, dpi=96
)

你可能感兴趣的:(keras,深度学习,机器学习)