Hironsan / anago

Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.
https://anago.herokuapp.com/
MIT License
1.48k stars 368 forks source link

AttributeError: 'ChainCRF' object has no attribute 'inbound_nodes' #25

Closed ismaeIfm closed 6 years ago

ismaeIfm commented 6 years ago

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