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

Multiple choice BiDAF #258

Closed matt-gardner closed 7 years ago

matt-gardner commented 7 years ago

Finally got this working.

matt-gardner commented 7 years ago

Well, the multiple choice BiDAF test passes now (on tensorflow, at least), but the tensorboard logs test is crashing. Any idea what's going on?

matt-gardner commented 7 years ago

Finally passing CI... =)