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

'AdversarialModel' object has no attribute 'nodes_by_depth' #61

Open
sukhadj opened this issue Jul 12, 2018 · 0 comments
Open

'AdversarialModel' object has no attribute 'nodes_by_depth' #61

sukhadj opened this issue Jul 12, 2018 · 0 comments

Comments

@sukhadj
Copy link

sukhadj commented Jul 12, 2018

I tried using this module and got following error:
'AdversarialModel' object has no attribute 'nodes_by_depth'

The stack traceback is :

Traceback (most recent call last):
File "/home/sukhad/Workspace/PyCharm/GAN/main.py", line 66, in
print(model.summary())
File "/home/sukhad/env/lib/python3.5/site-packages/keras/engine/topology.py", line 2708, in summary
print_fn=print_fn)
File "/home/sukhad/env/lib/python3.5/site-packages/keras/utils/layer_utils.py", line 39, in print_summary
nodes_by_depth = model.nodes_by_depth.values()
AttributeError: 'AdversarialModel' object has no attribute 'nodes_by_depth'

Any idea about how to solve to this issue?
Thanks.

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

No branches or pull requests

1 participant