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 133 forks source link

add proper get_config to GatedAttention layer #219

Closed nelson-liu closed 7 years ago

nelson-liu commented 7 years ago

Fixes #218 by adding a get_config function to the GatedAttention layer.