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

Differentiable search refactoring #52

Closed matt-gardner closed 8 years ago

matt-gardner commented 8 years ago

This now appears to work (at least it runs...).

It'll be really simple to instantiate a DifferentiableSearchSolver, load a model saved by a MemoryNetworkSolver, encoder the corpus, and test the nearest neighbors on it. I'll do that in a subsequent PR.