Skip to content

Question mark (?) in the model image using plot_model instead of None #41744

Closed
@V2dha

Description

@V2dha

I am using the tf.keras.utils.plot_model function to plot the model. The code is given below. Now instead of getting None for the batch sizes I am getting question mark (?). So can you please address why this is happening and how I can replace None inplace of ? question mark.

tf.keras.utils.plot_model(
model,
to_file='model2.png',
show_shapes=True,
show_layer_names=True
)

model image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions