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

Issues on checkpoint save #3

Open
robmsmt opened this issue Aug 15, 2017 · 2 comments
Open

Issues on checkpoint save #3

robmsmt opened this issue Aug 15, 2017 · 2 comments

Comments

@robmsmt
Copy link

robmsmt commented Aug 15, 2017

File "/Users/rob/py27/lib/python2.7/site-packages/keras/engine/topology.py", line 2370, in get_config
new_node_index = node_conversion_map[node_key]
KeyError: 'labels_ib-0'

This is the same common error that saving / loading unusual graph shapes get

@robmsmt
Copy link
Author

robmsmt commented Aug 15, 2017

Managed to get it to save by forcing the tf.graph to be complete. I just added a custom loss_out lambda function that included the variables that weren't being used.

but now have issues getting it to load the save due to the loss=None

@igormq
Copy link
Owner

igormq commented Oct 12, 2017

Are you using the keras-2 branch?

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

2 participants