Skip to content

Fix AttributeError: 'ChainCRF' object has no attribute 'inbound_nodes'#26

Merged
Hironsan merged 1 commit into
Hironsan:masterfrom
ismaeIfm:patch-1
Feb 2, 2018
Merged

Fix AttributeError: 'ChainCRF' object has no attribute 'inbound_nodes'#26
Hironsan merged 1 commit into
Hironsan:masterfrom
ismaeIfm:patch-1

Conversation

@ismaeIfm
Copy link
Copy Markdown
Contributor

@ismaeIfm ismaeIfm commented Jan 30, 2018

This problem is present in Keras 2.1.3, since self.inbound_nodes was changed for self._inbound_nodes #25

@Hironsan
Copy link
Copy Markdown
Owner

Hironsan commented Feb 2, 2018

Thanks @ismaeIfm !

@ghost
Copy link
Copy Markdown

ghost commented Feb 8, 2018

I think this should have been accompanied with a requirements.txt update of taking the latest (or 2.1.3) version of Keras - otherwise now it broke a fresh install (as its using 2.1.1 version of Keras, which still has self.inbound_nodes working)

@ismaeIfm
Copy link
Copy Markdown
Contributor Author

ismaeIfm commented Feb 8, 2018

indeed, thanks for the feedback #31

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

Successfully merging this pull request may close these issues.

2 participants