Closed
Description
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
)