-
Notifications
You must be signed in to change notification settings - Fork 19.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tensorflow.keras.utils.plot_model not working correctly with show_shapes=True #16090
Comments
@RicardFos This is not a bug, so I added a feature request label. Are you interested working on it? Thanks! |
@jvishnuvardhan I could work on it, no problem! |
Assigning this to you @RicardFos as it looks like you are actively working on this and the conversation has moved to the PR #16096. Thanks for contributing! |
@RicardFos This was resolved in recent Please verify once and close the issue if this was resolved for you. Thanks! |
Thanks, I've checked the notebook and it works correctly, I'll mark this issue as resolved. |
Hi, I've just used the tf.keras.utils.plot_model with tensorflow 2.8.0 and the following diagram appeared:
As you can see, the right part of the diagram shows the input and output shapes with a vertical split, but it should be an horizontal split to fit with the "intput:" and "output:" cells at its left.
The text was updated successfully, but these errors were encountered: