Keras: Visualization of model architecture

Created on 14 Mar 2018  路  10Comments  路  Source: rstudio/keras

Something like https://keras.io/visualization/ or https://greta-dev.github.io/greta/get_started.html#plotting

Saves manual draw.io work in papers and presentations.

enhancement

Most helpful comment

+1, this is on our short list of things to do to improve the R interface!

All 10 comments

+1, this is on our short list of things to do to improve the R interface!

@skeydan has this been implemented?

not to my knowledge; - @jjallaire could you comment on this?

Reopening but please close if it's tracked elsewhere.

No, it hasn't yet been implemented (we were bulk closing old/inactive issues). We'll leave it open.

I'm playing with some ideas at https://github.com/andrie/deepviz. I didn't set out to make a replacement for plot_graph() but my ideas could be extended in that direction.

image

The plot_model() function now supports sequential as well as networked models. See the examples in the documentation at https://andrie.github.io/deepviz/index.html

@andrie @kevinykuo should we consider this implemented/solved and close this issue?

I don't think so. There are open issues on the deepviz package, and that work hasn't been incorporated into keras, or pulled into this project.

Today I fixed the bugs in deepviz (that I could reproduce). These were due mainly to a change in the internal representation of a network model, and how I extracted the layer information from get_config().

I pushed a new version to https://github.com/andrie/deepviz

Let me know if you discover any new issues.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gokceneraslan picture gokceneraslan  路  6Comments

MaximilianPi picture MaximilianPi  路  5Comments

jingweihuang picture jingweihuang  路  6Comments

faltinl picture faltinl  路  4Comments

LarsHill picture LarsHill  路  6Comments