79429982

Date: 2025-02-11 12:41:29
Score: 1
Natty:
Report link

I faced the same issue, and it was resolved by changing the rankdir parameter.

Graphviz can have trouble rendering large vertical graphs. Try changing the orientation:

keras.utils.plot_model(model, to_file="model.png", show_shapes=True, rankdir="LR")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: amrita yadav