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

Debug output #263

Closed BeckySharp closed 7 years ago

BeckySharp commented 7 years ago

I plan to add debug output for some other layers and also I'd like to print some stats-y stuff. In particular, I would like to print a "score" that represents how skewed/peaky/flat the distributions are for a given answer_tuple across options after the first noisy-or layer.

I figured, though, that that could all be a next PR? or I can add that stuff here and now - whichever!