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

[MRG] add masked_batch_dot layer, and its tests and docs #183

Closed nelson-liu closed 7 years ago

nelson-liu commented 7 years ago

Added a layer for doing masked_batch_dot.

Built Docs:

nelson-liu commented 7 years ago

I don't think this is really needed anymore, as it's mostly superseded by #191. closing, let me know if you want to add it.