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

Made TimeDistributed not squeeze the resulting tensor if you don't want it to #253

Closed matt-gardner closed 7 years ago

nelson-liu commented 7 years ago

do you think a test is necessary for this?

matt-gardner commented 7 years ago

I'll just promise that it'll get tested in my multiple choice BiDAF PR? I use it there, and these methods will all get called.

nelson-liu commented 7 years ago

sure sounds good