allenai / deep_qa

A deep NLP library, based on Keras / tf, focused on question answering (but useful for other NLP too)
Apache License 2.0
404 stars 132 forks source link

[MRG] Fix loading of pretrained embeddings #186

Closed nelson-liu closed 7 years ago

nelson-liu commented 7 years ago

Pretrained embeddings previously didn't work because it would create two layers called "embedding", the fix was to add a name argument when creating a pretrained embedding layer.