Closed matt-gardner closed 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.
DifferentiableSearchSolver
MemoryNetworkSolver
This now appears to work (at least it runs...).
It'll be really simple to instantiate a
DifferentiableSearchSolver
, load a model saved by aMemoryNetworkSolver
, encoder the corpus, and test the nearest neighbors on it. I'll do that in a subsequent PR.