Keras: Missing plot_model

Created on 22 May 2018  Â·  6Comments  Â·  Source: rstudio/keras

It'd be nice to have the plot_model() function to show the architecture a bit better than summary().

Most helpful comment

Yes, indeed! We don't have this yet. The Python version requires that users
install graphviz which gets a bit tricky. I was hoping that we could do the
equivalent using the DiagrammeR package (
http://rich-iannone.github.io/DiagrammeR/) which is a bit easier to install.

On Tue, May 22, 2018 at 10:19 AM, Gökçen Eraslan notifications@github.com
wrote:

It'd be nice to have the plot_model() function
https://github.com/statsmaths/kerasR/blob/master/R/utils.R#L15 to show
the architecture a bit better than summary().

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/rstudio/keras/issues/408, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAGXxwEhVDCIweCpJZVRuW98Qfon_i0vks5t1B6KgaJpZM4UIvjY
.

All 6 comments

Yes, indeed! We don't have this yet. The Python version requires that users
install graphviz which gets a bit tricky. I was hoping that we could do the
equivalent using the DiagrammeR package (
http://rich-iannone.github.io/DiagrammeR/) which is a bit easier to install.

On Tue, May 22, 2018 at 10:19 AM, Gökçen Eraslan notifications@github.com
wrote:

It'd be nice to have the plot_model() function
https://github.com/statsmaths/kerasR/blob/master/R/utils.R#L15 to show
the architecture a bit better than summary().

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/rstudio/keras/issues/408, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAGXxwEhVDCIweCpJZVRuW98Qfon_i0vks5t1B6KgaJpZM4UIvjY
.

@rich-iannone this issue already exists, I have not searched thoroughly. From https://twitter.com/lorenzwalthert/status/1016435442579922947

May I ask why this has been closed?

Sure! We had to bulk-auto-close old issues to get a grip of what's going on currrently...
Would you mind adding your concrete suggestions to

325

which has been re-opened and has the same purpose?

Oh, I did not know about #325. Then I guess it makes sense to close the issue. Sorry for the confusion.

No problem!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pbhogale picture pbhogale  Â·  5Comments

saanasum picture saanasum  Â·  4Comments

qade544 picture qade544  Â·  5Comments

systats picture systats  Â·  4Comments

MaximilianPi picture MaximilianPi  Â·  5Comments