Skip to content
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

Visualization of model architecture #325

Open
kevinykuo opened this issue Mar 14, 2018 · 11 comments
Open

Visualization of model architecture #325

kevinykuo opened this issue Mar 14, 2018 · 11 comments

Comments

@kevinykuo
Copy link
Contributor

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.

@jjallaire
Copy link
Member

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

@skeydan skeydan closed this as completed Sep 11, 2018
@kevinykuo
Copy link
Contributor Author

@skeydan has this been implemented?

@skeydan
Copy link

skeydan commented Sep 13, 2018

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

@kevinykuo
Copy link
Contributor Author

Reopening but please close if it's tracked elsewhere.

@kevinykuo kevinykuo reopened this Sep 13, 2018
@jjallaire
Copy link
Member

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

@andrie
Copy link
Member

andrie commented Sep 19, 2018

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

@andrie
Copy link
Member

andrie commented Oct 9, 2018

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

@skeydan
Copy link

skeydan commented Dec 4, 2018

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

@andrie
Copy link
Member

andrie commented Dec 4, 2018

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.

@andrie
Copy link
Member

andrie commented Jan 21, 2019

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.

@richelbilderbeek
Copy link

I think https://github.com/lordmahyar/keras-visualizer seems an excellent Python to create R bindings to, as deepviz is not yet up to speed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants