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

Improving similarity function API #256

Closed matt-gardner closed 7 years ago

matt-gardner commented 7 years ago

So that you can have uneven tensors in the similarity function, when that makes sense (obviously not for dot product, but some parameterized similarities still work).