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

TypeError: add_weight() got multiple values for argument 'name' #118

Closed parkourcx closed 5 years ago

parkourcx commented 5 years ago

occurs in analog/layers.py, line 182, in build,

TypeError: add_weight() got multiple values for argument 'name'

keras 2.3.0, tensorflow 1.13.1

parkourcx commented 5 years ago

downgrade keras to 2.2.4 fixed the issue