Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Error in ann_viz: unexpected keyword argument 'name' #18

Open
alwkynew opened this issue Nov 13, 2018 · 0 comments
Open

Error in ann_viz: unexpected keyword argument 'name' #18

alwkynew opened this issue Nov 13, 2018 · 0 comments

Comments

@alwkynew
Copy link

Hello there,

I am getting the following error, from running ann_viz(model), with even the most basic example.

TypeError: subgraph() got an unexpected keyword argument 'name'

It marks as being from the following code in the library:

~\AppData\Local\Continuum\anaconda3\envs\ml_fuji\lib\site-packages\ann_visualizer\visualize.py in ann_viz(model, view, filename, title)
     88         g.graph_attr.update(splines="false", nodesep='1', ranksep='2');
     89         #Input Layer
---> 90         with g.subgraph(name='cluster_input') as c:
     91             if(type(model.layers[0]) == keras.layers.core.Dense):
     92                 the_label = title+'\n\n\n\nInput Layer';

Any thoughts on why I am getting this?

Thank you.

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

No branches or pull requests

1 participant