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

make layers and models importable from module #298

Closed DeNeutoy closed 7 years ago

DeNeutoy commented 7 years ago

What it says on the tin.

Some of the SquadSentenceSelectionReader tests are not passing, but it looks like they are kind of fragile/require a specific random seed....

matt-gardner commented 7 years ago

You need to be sure you run the tests with PYTHONHASHSEED=2157 in your shell. The tests are passing on travis.