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

Several minor improvements #285

Closed matt-gardner closed 7 years ago

matt-gardner commented 7 years ago
  1. I made it so that we have better logging done in python code. We previously relied on the scala experiment code to save logs and model parameters, but with that (likely) going away, I added some functionality for it in python.

  2. I updated the parameters for the decomposable attention example experiment to match the original model as closely as DeepQA currently allows.

  3. I removed some old, unnecessary stuff from .gitignore, and added one line for a models directory.