Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Error saving the model #8

Open
akmahaja opened this issue May 20, 2016 · 0 comments
Open

Error saving the model #8

akmahaja opened this issue May 20, 2016 · 0 comments

Comments

@akmahaja
Copy link

I am using the same code as in the AttentionModel in keras_models.py. I have added the additional Dense Layers in the end. When I try to save the model, it throws the following issue: The code that is throwing this issue is here: keras-team/keras#2659

File "trainer.py", line 48, in create_training_features
json_string = explicit_model.to_json()
File "/usr/local/lib/python2.7/site-packages/keras/engine/topology.py", line 2368, in to_json
config = self.get_config()
File "/usr/local/lib/python2.7/site-packages/keras/engine/topology.py", line 2163, in get_config
new_node_index = node_conversion_map[node_key]
KeyError: 'input1_ib-0'

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